Skip to content

Commit 01f0cd8

Browse files
⬆️ Update Update github/codeql-action digest to b6a472f
1 parent 3ebb2b8 commit 01f0cd8

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@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

0 commit comments

Comments
 (0)