File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -226,13 +226,13 @@ jobs:
226
226
files : |
227
227
release/*
228
228
- 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
230
230
if : startsWith(github.ref, 'refs/tags/')
231
231
with :
232
232
sarif_file : ' trivy-results'
233
233
category : ${{ matrix.flavor }}-${{ matrix.flavor_release }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-trivy
234
234
- 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
236
236
if : startsWith(github.ref, 'refs/tags/')
237
237
with :
238
238
sarif_file : ' grype-results'
Original file line number Diff line number Diff line change @@ -157,13 +157,13 @@ jobs:
157
157
severity : high
158
158
- name : Upload Trivy scan results to GitHub Security tab
159
159
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
161
161
with :
162
162
sarif_file : ' trivy-results'
163
163
category : ${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ inputs.variant }}-${{ inputs.arch }}-${{ inputs.model }}-trivy
164
164
- name : Upload Grype scan results to GitHub Security tab
165
165
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
167
167
with :
168
168
sarif_file : ' grype-results'
169
169
category : ${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ inputs.variant }}-${{ inputs.arch }}-${{ inputs.model }}-grype
You can’t perform that action at this time.
0 commit comments