diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 7f7cb232c8cf..f6b30e040d84 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -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