File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -312,7 +312,7 @@ jobs:
312312 input-file : ${{ steps.scan.outputs.scan-report-path }}
313313
314314 - name : Upload SARIF reports to GitHub Security tab
315- uses : github/codeql-action/upload-sarif@v1
315+ uses : github/codeql-action/upload-sarif@v2
316316 if : ${{ always() }}
317317 with :
318318 sarif_file : ${{ steps.scan-to-sarif.outputs.sarif-report-path }}
Original file line number Diff line number Diff line change 6161 arguments : detekt
6262
6363 - name : Upload SARIF reports to GitHub Security tab
64- uses : github/codeql-action/upload-sarif@v1
64+ uses : github/codeql-action/upload-sarif@v2
6565 if : ${{ always() }}
6666 with :
6767 sarif_file : ' build/reports/detekt/sarif/'
@@ -107,7 +107,7 @@ jobs:
107107
108108 - name : Upload SARIF file
109109 if : ${{ always() }}
110- uses : github/codeql-action/upload-sarif@v1
110+ uses : github/codeql-action/upload-sarif@v2
111111 with :
112112 sarif_file : api/kubernetes/.sarif/${{ matrix.chart }}.sarif
113113
You can’t perform that action at this time.
0 commit comments