File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030
3131permissions :
3232 contents : read
33- actions : read # required by actions/download-artifact@v4 when downloading from another workflow run via `run-id`
34- pull-requests : write
35- checks : write
36- issues : write # documented requirement of reviewdog for PR-comment APIs
3733
3834jobs :
3935 Post :
4036 name : Post ShellCheck and shfmt diagnostics
4137 runs-on : ubuntu-latest
38+ permissions :
39+ contents : read
40+ actions : read # required by actions/download-artifact@v4 when downloading from another workflow run via `run-id`
41+ pull-requests : write
42+ checks : write
43+ issues : write # documented requirement of reviewdog for PR-comment APIs
4244 # Run even on red-cross lint conclusions (`failure`) — the
4345 # artifact is uploaded via `if: always()` in the lint workflow,
4446 # and we want to surface diagnostics in the PR even when the
You can’t perform that action at this time.
0 commit comments