Fix broad permissions in the latest_deps.yml workflow

This commit is contained in:
Denis Kasak
2026-07-14 15:52:19 +02:00
parent 2e43b56284
commit 4fd159d099
+7
View File
@@ -17,6 +17,9 @@ on:
- cron: 0 7 * * *
workflow_dispatch:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
@@ -198,6 +201,10 @@ jobs:
- sytest
- complement
permissions:
contents: read
issues: write
runs-on: ubuntu-latest
steps: