From 0f5fa82d40d3ab6e4f801ab73efc058cbaf5a200 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Wed, 30 Oct 2024 15:00:02 +0100 Subject: [PATCH] ci: Remove category from SARIF upload to generate PR comments (#1064) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1bbb82d5..0b56443d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,6 @@ jobs: - name: Upload SARIF file uses: github/codeql-action/upload-sarif@v3 with: - category: ${{ matrix.color }}${{ matrix.store }}${{ matrix.type }} sarif_file: merged-${{ matrix.color }}${{ matrix.store }}${{ matrix.type }}.sarif # Exit with whatever exit code the original lint run exited with, to