Remove redundant CodeQL SARIF upload
This commit is contained in:
parent
6466183981
commit
8e1d2e5183
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@ -57,9 +57,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
category: "/language:${{ matrix.language }}"
|
category: "/language:${{ matrix.language }}"
|
||||||
upload: true
|
upload: true
|
||||||
|
|
||||||
- name: Upload SARIF results
|
|
||||||
if: always()
|
|
||||||
uses: github/codeql-action/upload-sarif@v3
|
|
||||||
with:
|
|
||||||
sarif_file: ../results
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user