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:
118
118
args : --severity-threshold=high --file=Dockerfile
119
119
120
120
- name : Upload result to GitHub Code Scanning
121
- uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
121
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3
122
122
continue-on-error : true
123
123
with :
124
124
sarif_file : snyk.sarif
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125
125
args : --severity-threshold=high --file=${{ matrix.file }}
126
126
127
127
- name : Upload result to GitHub Code Scanning
128
- uses : github/codeql-action/upload-sarif@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3
128
+ uses : github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3
129
129
if : ${{ env.MISSING_TAG == 'true' }}
130
130
continue-on-error : true
131
131
with :
You can’t perform that action at this time.
0 commit comments