Skip to content

Commit 581183e

Browse files
dopeyclaude
andcommitted
Fix release workflow permissions for CI reusable workflow call
The top-level permissions block in release.yml was capping permissions to `contents: read`, which blocked the called ci.yml workflow from requesting `actions: read` and `security-events: write` needed for CodeQL scanning. Change-Type: ci Release-Note: no Audience: internal Impact: none Breaking: false Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 1b32945 commit 581183e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88

99
permissions:
1010
contents: read
11+
actions: read
12+
security-events: write
1113

1214
jobs:
1315
ci:

0 commit comments

Comments
 (0)