Skip to content

Commit

Permalink
Merge pull request #897 from Homebrew/sync-shared-config
Browse files Browse the repository at this point in the history
Synchronize shared configuration
  • Loading branch information
ZhongRuoyu authored Nov 12, 2024
2 parents 08699f4 + d5fc8ef commit 3c4f430
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 3c4f430

Please sign in to comment.