Skip to content

Commit 9d30a5a

Browse files
⬆️ Update Update github/codeql-action digest to ee117c9
1 parent e777999 commit 9d30a5a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -226,13 +226,13 @@ jobs:
226226
files: |
227227
release/*
228228
- 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
230230
if: startsWith(github.ref, 'refs/tags/')
231231
with:
232232
sarif_file: 'trivy-results'
233233
category: ${{ matrix.flavor }}-${{ matrix.flavor_release }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-trivy
234234
- 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
236236
if: startsWith(github.ref, 'refs/tags/')
237237
with:
238238
sarif_file: 'grype-results'

.github/workflows/reusable-build-flavor.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,13 @@ jobs:
172172
fi
173173
- name: Upload Trivy scan results to GitHub Security tab
174174
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
176176
with:
177177
sarif_file: 'trivy-results'
178178
category: ${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ inputs.variant }}-${{ inputs.arch }}-${{ inputs.model }}-trivy
179179
- name: Upload Grype scan results to GitHub Security tab
180180
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
182182
with:
183183
sarif_file: 'grype-results'
184184
category: ${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ inputs.variant }}-${{ inputs.arch }}-${{ inputs.model }}-grype

0 commit comments

Comments
 (0)