Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ec5f78d

Browse files
authoredFeb 6, 2025··
⬆️ Update Update github/codeql-action digest to dd74661
1 parent a25810d commit ec5f78d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,13 +210,13 @@ jobs:
210210
files: |
211211
release/*
212212
- 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
214214
if: startsWith(github.ref, 'refs/tags/')
215215
with:
216216
sarif_file: 'trivy-results'
217217
category: ${{ matrix.flavor }}-${{ matrix.flavor_release }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-trivy
218218
- 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
220220
if: startsWith(github.ref, 'refs/tags/')
221221
with:
222222
sarif_file: 'grype-results'

0 commit comments

Comments
 (0)
Please sign in to comment.