ci: Remove category from SARIF upload to generate PR comments (#1064)

This commit is contained in:
Nik Clayton 2024-10-30 15:00:02 +01:00 committed by GitHub
parent abfd3240bd
commit 0f5fa82d40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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