6707 - Add least-privilege permissions block to PR-triggered workflows

This commit is contained in:
aidan garske
2026-07-16 09:39:57 -07:00
parent 3bab30ff5c
commit dd46074153
84 changed files with 252 additions and 1 deletions
+3
View File
@@ -11,6 +11,9 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
# END OF COMMON SECTION
jobs: