File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -226,13 +226,13 @@ jobs:
226
226
files : |
227
227
release/*
228
228
- name : Upload Trivy scan results to GitHub Security tab
229
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
229
+ uses : github/codeql-action/upload-sarif@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3
230
230
if : startsWith(github.ref, 'refs/tags/')
231
231
with :
232
232
sarif_file : ' trivy-results'
233
233
category : ${{ matrix.flavor }}-${{ matrix.flavor_release }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-trivy
234
234
- name : Upload Grype scan results to GitHub Security tab
235
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
235
+ uses : github/codeql-action/upload-sarif@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3
236
236
if : startsWith(github.ref, 'refs/tags/')
237
237
with :
238
238
sarif_file : ' grype-results'
Original file line number Diff line number Diff line change @@ -172,13 +172,13 @@ jobs:
172
172
fi
173
173
- name : Upload Trivy scan results to GitHub Security tab
174
174
if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
175
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
175
+ uses : github/codeql-action/upload-sarif@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3
176
176
with :
177
177
sarif_file : ' trivy-results'
178
178
category : ${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ inputs.variant }}-${{ inputs.arch }}-${{ inputs.model }}-trivy
179
179
- name : Upload Grype scan results to GitHub Security tab
180
180
if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
181
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
181
+ uses : github/codeql-action/upload-sarif@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3
182
182
with :
183
183
sarif_file : ' grype-results'
184
184
category : ${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ inputs.variant }}-${{ inputs.arch }}-${{ inputs.model }}-grype
You can’t perform that action at this time.
0 commit comments