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 @@ -118,7 +118,7 @@ jobs:
118118 args : --severity-threshold=high --file=Dockerfile
119119
120120 - name : Upload result to GitHub Code Scanning
121- uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
121+ uses : github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3
122122 continue-on-error : true
123123 with :
124124 sarif_file : snyk.sarif
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 args : --severity-threshold=high --file=${{ matrix.file }}
126126
127127 - name : Upload result to GitHub Code Scanning
128- uses : github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3
128+ uses : github/codeql-action/upload-sarif@2d92b76c45b91eb80fc44c74ce3fce0ee94e8f9d # v3
129129 if : ${{ env.MISSING_TAG == 'true' }}
130130 continue-on-error : true
131131 with :
You can’t perform that action at this time.
0 commit comments