Commit e5c104a
committed
workflows/actionlint: fix SARIF file upload (again)
The `upload-sarif` workflow needs `security-events: write`
permissions.[^1][^2]
To avoid having elevated permissions for everything else we're doing
here, let's run it in its own job.
[^1]: https://github.com/github/codeql-action#workflow-permissions
[^2]: https://github.com/Homebrew/homebrew-core/actions/runs/11586292844/job/32256646365#step:9:241 parent 86ad983 commit e5c104a
1 file changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
55 | 63 | | |
56 | 64 | | |
57 | 65 | | |
| |||
63 | 71 | | |
64 | 72 | | |
65 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
66 | 87 | | |
67 | 88 | | |
68 | 89 | | |
| |||
0 commit comments