ci: Remove category from SARIF upload to generate PR comments (#1064)
This commit is contained in:
parent
abfd3240bd
commit
0f5fa82d40
|
@ -96,7 +96,6 @@ jobs:
|
||||||
- name: Upload SARIF file
|
- name: Upload SARIF file
|
||||||
uses: github/codeql-action/upload-sarif@v3
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
with:
|
with:
|
||||||
category: ${{ matrix.color }}${{ matrix.store }}${{ matrix.type }}
|
|
||||||
sarif_file: merged-${{ matrix.color }}${{ matrix.store }}${{ matrix.type }}.sarif
|
sarif_file: merged-${{ matrix.color }}${{ matrix.store }}${{ matrix.type }}.sarif
|
||||||
|
|
||||||
# Exit with whatever exit code the original lint run exited with, to
|
# Exit with whatever exit code the original lint run exited with, to
|
||||||
|
|
Loading…
Reference in New Issue