Skip to content

Commit

Permalink
actionlint: suppress zizmor's exit code
Browse files Browse the repository at this point in the history
Update to match Homebrew/brew#18753
  • Loading branch information
bevanjkay authored Nov 12, 2024
1 parent 2323242 commit ef5e76e
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:
rmdir "$HOMEBREW_TAP_REPOSITORY"
ln -vs "$GITHUB_WORKSPACE" "$HOMEBREW_TAP_REPOSITORY"
- 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 ef5e76e

Please sign in to comment.