diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 2cccd9d7da88a..d3b3da0c6ee88 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -55,7 +55,9 @@ jobs: echo "::add-matcher::.github/actionlint-matcher.json" - - 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