From 45b13cddbc08a334110d7c064084ff91f796ce80 Mon Sep 17 00:00:00 2001 From: "Daniel A.C. Martin" Date: Thu, 2 Jan 2025 14:41:04 +0000 Subject: [PATCH] CI: Stop commiting SASTScan output In practice, this is not useful and SASTScan should be replaced, in any case. --- .github/actions/update-built-files/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/update-built-files/action.yml b/.github/actions/update-built-files/action.yml index a21190bdd..9536d3e26 100644 --- a/.github/actions/update-built-files/action.yml +++ b/.github/actions/update-built-files/action.yml @@ -20,6 +20,5 @@ runs: if: ${{ github.event_name == 'push' && github.ref == format('refs/heads/{0}', inputs.baseline-branch) }} run: | git add -f pnpm-lock.yaml - git add -f reports/.sastscan.baseline git commit -m "[skip ci] Update built files" git push