File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,13 +210,13 @@ jobs:
210
210
files : |
211
211
release/*
212
212
- name : Upload Trivy scan results to GitHub Security tab
213
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
213
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
214
214
if : startsWith(github.ref, 'refs/tags/')
215
215
with :
216
216
sarif_file : ' trivy-results'
217
217
category : ${{ matrix.flavor }}-${{ matrix.flavor_release }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-trivy
218
218
- name : Upload Grype scan results to GitHub Security tab
219
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
219
+ uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
220
220
if : startsWith(github.ref, 'refs/tags/')
221
221
with :
222
222
sarif_file : ' grype-results'
You can’t perform that action at this time.
0 commit comments