From bda81cb2f5b1785beead193487cffe596d5faa3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Mon, 7 Apr 2025 21:25:29 +0200 Subject: [PATCH] Remove debug SARIF upload MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .github/workflows/test.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea7f71c3..b9f38800 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,13 +38,6 @@ jobs: severity: warning token: ${{ secrets.GITHUB_TOKEN }} - - if: ${{ runner.debug == '1' && !cancelled() }} - name: Upload artifact with ShellCheck defects in SARIF format - uses: actions/upload-artifact@v4 - with: - name: Differential ShellCheck SARIF - path: ${{ steps.ShellCheck.outputs.sarif }} - - name: Spell-Checking uses: codespell-project/actions-codespell@master with: