Skip to content

Commit 4293136

Browse files
Potential fix for pull request finding 'CodeQL / Workflow does not contain permissions'
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 870b4f7 commit 4293136

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/verify-selfupdate-checksums.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
- 'scripts/**'
1818
- '.github/workflows/verify-selfupdate-checksums.yml'
1919

20+
permissions:
21+
contents: read
22+
2023
jobs:
2124
verify-sidecars:
2225
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)