Commit b9325d1
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 merge1 parent 4ececea commit b9325d1
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
0 commit comments