File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189189 - name : Cleanup
190190 if : always()
191191 run : docker rmi -f ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
192- - uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
192+ - uses : github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
193193 with :
194194 sarif_file : ' ${{ matrix.container }}-scan.sarif'
195195 category : ' ${{ matrix.container }}'
Original file line number Diff line number Diff line change 6868 name : SARIF file
6969 path : results.sarif
7070 retention-days : 5
71- - uses : github/codeql-action/upload-sarif@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3 .30.5
71+ - uses : github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4 .30.8
7272 with :
7373 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments