Merge pull request #18753 from Homebrew/ww/zizmor-suppress-exit
actionlint: suppress zizmor's exit code
This commit is contained in:
commit
acb3675911
4
.github/workflows/actionlint.yml
vendored
4
.github/workflows/actionlint.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user