Skip to content

Commit 532acef

Browse files
tashianclaude
andcommitted
Move codeql permissions to job level to satisfy zizmor
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8beeb04 commit 532acef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
permissions:
17-
actions: read
1817
contents: read
19-
security-events: write
2018

2119
jobs:
2220
ci:
21+
permissions:
22+
actions: read
23+
contents: read
24+
security-events: write
2325
uses: smallstep/workflows/.github/workflows/goCI.yml@main
2426
with:
2527
only-latest-golang: false

0 commit comments

Comments
 (0)