Skip to content

Commit

Permalink
Merge pull request #187 from Homebrew/sync-shared-config
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored Nov 12, 2024
2 parents 8feb8ae + 77c16eb commit c3fa073
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 @@ -45,7 +45,9 @@ jobs:
with:
persist-credentials: false

- 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 c3fa073

Please sign in to comment.