Skip to content

Commit 0648e04

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 ed2d1e8 commit 0648e04

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/pr-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
branches:
66
- master
77

8+
permissions:
9+
contents: read
10+
packages: write
11+
attestations: write
12+
id-token: write
13+
814
jobs:
915
changes:
1016
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)