actionlint: suppress zizmor's exit code

Signed-off-by: William Woodruff <william@yossarian.net>
This commit is contained in:
William Woodruff 2024-11-11 22:09:25 -07:00
parent 1cb90c6005
commit 981d980991
No known key found for this signature in database

View File

@ -55,7 +55,9 @@ jobs:
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
uses: actions/upload-artifact@v4