ci: declare top-level permissions on the remaining workflows (#43197)

Co-authored-by: bikashJMV <bikash@jmv.co.in>
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-authored-by: Đỗ Trọng Hải <41283691+hainenber@users.noreply.github.com>
This commit is contained in:
Bikash
2026-08-15 14:48:43 +07:00
committed by GitHub
co-authored by bikashJMV Claude Opus 5 Đỗ Trọng Hải
parent ad3103fdb0
commit 94459ae885
16 changed files with 48 additions and 0 deletions
+3
View File
@@ -14,6 +14,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true
permissions:
contents: read
jobs:
changes:
runs-on: ubuntu-26.04