Skip to content

Commit bd938cd

Browse files
committed
remove github/codeql-action/upload-sarif
1 parent d949aa6 commit bd938cd

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/codacy.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,3 @@ jobs:
5353
# Force 0 exit code to allow SARIF file generation
5454
# This will handover control about PR rejection to the GitHub side
5555
max-allowed-issues: 2147483647
56-
57-
# Upload the SARIF file generated in the previous step
58-
#- name: Upload SARIF results file
59-
# uses: github/codeql-action/upload-sarif@v3
60-
# with:
61-
# sarif_file: results.sarif
62-
63-
# --- NEW: Reset GitHub Code Scanning alerts it suck on github, use the codacy app ---
64-
- name: Reset GitHub Code Scanning alerts
65-
run: |
66-
echo '{"$schema":"https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0.json","version":"2.1.0","runs":[]}' > empty.sarif
67-
shell: bash
68-
69-
- name: Upload empty SARIF
70-
uses: github/codeql-action/upload-sarif@v3
71-
with:
72-
sarif_file: empty.sarif

0 commit comments

Comments
 (0)