File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108108 # Uploads analysis results in the SARIF format, so that they are displayed as GitHub code scanning alerts.
109109 - name: Upload results (SARIF)
110110 if: always()
111- uses: github/codeql-action/upload-sarif@v2
111+ uses: github/codeql-action/upload-sarif@v3
112112 with:
113113 sarif_file: reports/report.sarif # reports is a default location for reports directory
114114
@@ -173,7 +173,7 @@ jobs:
173173 # Uploads analysis results in the SARIF format, so that they are displayed as GitHub code scanning alerts.
174174 - name: Upload results (SARIF)
175175 if: always()
176- uses: github/codeql-action/upload-sarif@v2
176+ uses: github/codeql-action/upload-sarif@v3
177177 with:
178178 sarif_file: reports/report.sarif # reports is a default location for reports directory
179179
You can’t perform that action at this time.
0 commit comments