Commit ef3dde9
committed
fix(ci): add security-events permission and action.yml to zizmor paths
The zizmor-action uploads SARIF results via codeql-action/upload-sarif,
which requires security-events: write. Without it, every run fails with
"Resource not accessible by integration" even when zizmor itself finds
zero issues.
Also add action.yml to the path trigger so the composite action is
scanned on changes (it was previously only scanned on workflow_dispatch).1 parent 8836370 commit ef3dde9
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
0 commit comments