Skip to content

Commit 0528a2d

Browse files
⬆️ Update Update github/codeql-action digest to 8a93837
1 parent fee6915 commit 0528a2d

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
@@ -218,13 +218,13 @@ jobs:
218218
sudo mv build/*trivy.sarif trivy-sarif/
219219
sudo mv build/*grype.sarif grype-sarif/
220220
- name: Upload Trivy scan results to GitHub Security tab
221-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
221+
uses: github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313 # v3
222222
if: startsWith(github.ref, 'refs/tags/')
223223
with:
224224
sarif_file: 'trivy-sarif'
225225
category: ${{ matrix.flavor }}-trivy
226226
- name: Upload Grype scan results to GitHub Security tab
227-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
227+
uses: github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313 # v3
228228
if: startsWith(github.ref, 'refs/tags/')
229229
with:
230230
sarif_file: 'grype-sarif'
@@ -319,13 +319,13 @@ jobs:
319319
sudo mv build/*grype.sarif grype-sarif/
320320
- name: Upload Trivy scan results to GitHub Security tab
321321
if: startsWith(github.ref, 'refs/tags/')
322-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
322+
uses: github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313 # v3
323323
with:
324324
sarif_file: 'trivy-sarif'
325325
category: ${{ matrix.flavor }}-trivy
326326
- name: Upload Grype scan results to GitHub Security tab
327327
if: startsWith(github.ref, 'refs/tags/')
328-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
328+
uses: github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313 # v3
329329
with:
330330
sarif_file: 'grype-sarif'
331331
category: ${{ matrix.flavor }}-grype

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@ jobs:
212212
files: |
213213
release/*
214214
- name: Upload Trivy scan results to GitHub Security tab
215-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
215+
uses: github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313 # v3
216216
if: startsWith(github.ref, 'refs/tags/')
217217
with:
218218
sarif_file: 'trivy-sarif'
219219
category: ${{ matrix.flavor }}-trivy
220220
- name: Upload Grype scan results to GitHub Security tab
221-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
221+
uses: github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313 # v3
222222
if: startsWith(github.ref, 'refs/tags/')
223223
with:
224224
sarif_file: 'grype-sarif'

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ jobs:
143143
sudo mv *grype.sarif grype-results/
144144
- name: Upload Trivy scan results to GitHub Security tab
145145
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
146-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
146+
uses: github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313 # v3
147147
with:
148148
sarif_file: 'trivy-results'
149149
category: ${{ inputs.flavor }}-${{ inputs.flavor_release }}-trivy
150150
- name: Upload Grype scan results to GitHub Security tab
151151
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
152-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
152+
uses: github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313 # v3
153153
with:
154154
sarif_file: 'grype-results'
155155
category: ${{ inputs.flavor }}-${{ inputs.flavor_release }}-grype

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,13 +155,13 @@ jobs:
155155
sudo mv build/*trivy.sarif trivy-sarif/
156156
sudo mv build/*grype.sarif grype-sarif/
157157
- name: Upload Trivy scan results to GitHub Security tab
158-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
158+
uses: github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313 # v3
159159
if: startsWith(github.ref, 'refs/tags/v')
160160
with:
161161
sarif_file: 'trivy-sarif'
162162
category: ${{ matrix.flavor }}-trivy
163163
- name: Upload Grype scan results to GitHub Security tab
164-
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3
164+
uses: github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313 # v3
165165
if: startsWith(github.ref, 'refs/tags/v')
166166
with:
167167
sarif_file: 'grype-sarif'

0 commit comments

Comments
 (0)