Skip to content

Commit 25d0720

Browse files
⬆️ Update Update github/codeql-action digest to b6a472f
1 parent 6a91d29 commit 25d0720

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/release-arm.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,13 @@ jobs:
250250
output: grype-results/result.sarif
251251
severity: high
252252
- 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
254254
if: startsWith(github.ref, 'refs/tags/')
255255
with:
256256
sarif_file: 'trivy-results'
257257
category: ${{ matrix.flavor }}-${{ matrix.flavor_release }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-trivy
258258
- 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
260260
if: startsWith(github.ref, 'refs/tags/')
261261
with:
262262
sarif_file: 'grype-results'
@@ -365,13 +365,13 @@ jobs:
365365
severity: high
366366
- name: Upload Trivy scan results to GitHub Security tab
367367
if: startsWith(github.ref, 'refs/tags/')
368-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
368+
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
369369
with:
370370
sarif_file: 'trivy-results'
371371
category: ${{ matrix.flavor }}-${{ matrix.flavor_release }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-trivy
372372
- name: Upload Grype scan results to GitHub Security tab
373373
if: startsWith(github.ref, 'refs/tags/')
374-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
374+
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
375375
with:
376376
sarif_file: 'grype-results'
377377
category: ${{ matrix.flavor }}-${{ matrix.flavor_release }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-grype

.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@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # 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@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # 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
@@ -157,13 +157,13 @@ jobs:
157157
severity: high
158158
- name: Upload Trivy scan results to GitHub Security tab
159159
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
160-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
160+
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
161161
with:
162162
sarif_file: 'trivy-results'
163163
category: ${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ inputs.variant }}-${{ inputs.arch }}-${{ inputs.model }}-trivy
164164
- name: Upload Grype scan results to GitHub Security tab
165165
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
166-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
166+
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
167167
with:
168168
sarif_file: 'grype-results'
169169
category: ${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ inputs.variant }}-${{ inputs.arch }}-${{ inputs.model }}-grype

.github/workflows/reusable-docker-arm-build.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,13 +169,13 @@ jobs:
169169
output: grype-results/result.sarif
170170
severity: high
171171
- name: Upload Trivy scan results to GitHub Security tab
172-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
172+
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
173173
if: startsWith(github.ref, 'refs/tags/v')
174174
with:
175175
sarif_file: 'trivy-results'
176176
category: ${{ matrix.flavor }}-${{ matrix.flavor_release }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-trivy
177177
- name: Upload Grype scan results to GitHub Security tab
178-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
178+
uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3
179179
if: startsWith(github.ref, 'refs/tags/v')
180180
with:
181181
sarif_file: 'grype-results'

0 commit comments

Comments
 (0)