Skip to content

Commit

Permalink
Merge pull request #199131 from Homebrew/zizmor-exit-code
Browse files Browse the repository at this point in the history
actionlint: stop suppressing `zizmor` exit code
  • Loading branch information
carlocab authored Nov 26, 2024
2 parents 206fa5a + 9e5dd40 commit 1488ad7
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 1488ad7

Please sign in to comment.