fix(securty): Fix security alert

Code scanning alert: we need to specify permissions on this action.
This commit is contained in:
2025-08-03 23:29:39 +02:00
parent 60016b8c3e
commit 0d36a48f93

View File

@@ -13,6 +13,8 @@ on:
- "releases/**"
jobs:
tests:
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4