Skip to content

Commit

Permalink
Merge pull request #18753 from Homebrew/ww/zizmor-suppress-exit
Browse files Browse the repository at this point in the history
actionlint: suppress zizmor's exit code
  • Loading branch information
MikeMcQuaid authored Nov 12, 2024
2 parents 1cb90c6 + 981d980 commit acb3675
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acb3675

Please sign in to comment.