@@ -250,13 +250,13 @@ jobs:
250
250
output : grype-results/result.sarif
251
251
severity : high
252
252
- name : Upload Trivy scan results to GitHub Security tab
253
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
253
+ uses : github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
254
254
if : startsWith(github.ref, 'refs/tags/')
255
255
with :
256
256
sarif_file : ' trivy-results'
257
257
category : ${{ matrix.flavor }}-${{ matrix.flavor_release }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-trivy
258
258
- name : Upload Grype scan results to GitHub Security tab
259
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
259
+ uses : github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
260
260
if : startsWith(github.ref, 'refs/tags/')
261
261
with :
262
262
sarif_file : ' grype-results'
@@ -365,13 +365,13 @@ jobs:
365
365
severity : high
366
366
- name : Upload Trivy scan results to GitHub Security tab
367
367
if : startsWith(github.ref, 'refs/tags/')
368
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
368
+ uses : github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
369
369
with :
370
370
sarif_file : ' trivy-results'
371
371
category : ${{ matrix.flavor }}-${{ matrix.flavor_release }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-trivy
372
372
- name : Upload Grype scan results to GitHub Security tab
373
373
if : startsWith(github.ref, 'refs/tags/')
374
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
374
+ uses : github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
375
375
with :
376
376
sarif_file : ' grype-results'
377
377
category : ${{ matrix.flavor }}-${{ matrix.flavor_release }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-grype
0 commit comments