Skip to content

Commit fc1042d

Browse files
committed
fix codeql-action/upload-sarif
1 parent de5f816 commit fc1042d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codacy-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141

4242
# Upload the SARIF file generated in the previous step
4343
- name: Upload SARIF results file
44-
uses: github/codeql-action/upload-sarif@v1
44+
uses: github/codeql-action/upload-sarif@v3
4545
with:
4646
sarif_file: results.sarif

0 commit comments

Comments
 (0)