Merge pull request #18753 from Homebrew/ww/zizmor-suppress-exit

actionlint: suppress zizmor's exit code
This commit is contained in:
Mike McQuaid 2024-11-12 08:37:51 +00:00 committed by GitHub
commit acb3675911
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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