Skip to content

Commit 752dc48

Browse files
⬆️ Update Update github/codeql-action digest to 17a820b
1 parent 780a795 commit 752dc48

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
@@ -187,13 +187,13 @@ jobs:
187187
files: |
188188
release/*
189189
- name: Upload Trivy scan results to GitHub Security tab
190-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
190+
uses: github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3
191191
if: startsWith(github.ref, 'refs/tags/')
192192
with:
193193
sarif_file: 'trivy-results'
194194
category: ${{ matrix.flavor }}-${{ matrix.flavor_release }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-trivy
195195
- name: Upload Grype scan results to GitHub Security tab
196-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
196+
uses: github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3
197197
if: startsWith(github.ref, 'refs/tags/')
198198
with:
199199
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@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # 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@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # 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)