Skip to content

Commit 2e5729d

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 f289f53 commit 2e5729d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/builds.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ on:
3333
- .github/workflows/**
3434
workflow_dispatch:
3535

36+
permissions:
37+
contents: read
38+
actions: read
39+
packages: read
40+
3641
env:
3742
CARGO_TERM_COLOR: always
3843
# vcpkg binary caching for Windows

0 commit comments

Comments
 (0)