actionlint: suppress zizmor's exit code
Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
parent
1cb90c6005
commit
981d980991
4
.github/workflows/actionlint.yml
vendored
4
.github/workflows/actionlint.yml
vendored
@ -55,7 +55,9 @@ jobs:
|
|||||||
|
|
||||||
echo "::add-matcher::.github/actionlint-matcher.json"
|
echo "::add-matcher::.github/actionlint-matcher.json"
|
||||||
|
|
||||||
- run: zizmor --format sarif . >results.sarif
|
- run: |
|
||||||
|
# NOTE: exit code intentionally suppressed here
|
||||||
|
zizmor --format sarif . > results.sarif || true
|
||||||
|
|
||||||
- name: Upload SARIF file
|
- name: Upload SARIF file
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user