From d5fc8efc38efeccea6a347f9522092085c7c91f1 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 12 Nov 2024 09:29:52 +0000 Subject: [PATCH] actionlint.yml: update to match main configuration --- .github/workflows/actionlint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 14648582..44e84cc3 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -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