Skip to content

Commit b9325d1

Browse files
authored
fix: add security-events: write to security workflow (#371)
## Summary - Add `security-events: write` permission to the security workflow - Required by `reusable_security.yaml@v3` to upload SARIF results to GitHub security tab - Without this, the workflow fails with: `The workflow is requesting 'security-events: write', but is only allowed 'security-events: none'` ## Test plan - [ ] Verify security workflow passes after merge
1 parent 4ececea commit b9325d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/security.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313

1414
permissions:
1515
contents: read
16+
security-events: write
1617

1718
jobs:
1819
security:

0 commit comments

Comments
 (0)