From 0ca7fef7f0de5ffda76efe24b59fe8d655a375ba Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 26 Nov 2024 19:55:29 +0000 Subject: [PATCH] actionlint.yml: update to match main configuration --- .github/workflows/actionlint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index d7c9d60..a8b6e9d 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -45,9 +45,7 @@ jobs: with: persist-credentials: false - - run: | - # NOTE: exit code intentionally suppressed here - zizmor --format sarif . > results.sarif || true + - run: zizmor --format sarif . > results.sarif - name: Upload SARIF file uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4