Skip to content

Commit

Permalink
actionlint: stop suppressing zizmor exit code
Browse files Browse the repository at this point in the history
`zizmor` no longer exits with an error when passed `--format sarif`.
  • Loading branch information
carlocab committed Nov 26, 2024
1 parent 206fa5a commit 9e5dd40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ jobs:
rmdir "$HOMEBREW_TAP_REPOSITORY"
ln -vs "$GITHUB_WORKSPACE" "$HOMEBREW_TAP_REPOSITORY"
- run: |
# NOTE: exit code intentionally suppressed here
zizmor --format sarif . > results.sarif || true
- run: zizmor --format sarif . > results.sarif

- name: Upload SARIF file
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 9e5dd40

Please sign in to comment.