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 @@ -187,13 +187,13 @@ jobs:
187
187
files : |
188
188
release/*
189
189
- 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
191
191
if : startsWith(github.ref, 'refs/tags/')
192
192
with :
193
193
sarif_file : ' trivy-results'
194
194
category : ${{ matrix.flavor }}-${{ matrix.flavor_release }}-${{ matrix.variant }}-${{ matrix.arch }}-${{ matrix.model }}-trivy
195
195
- 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
197
197
if : startsWith(github.ref, 'refs/tags/')
198
198
with :
199
199
sarif_file : ' grype-results'
Original file line number Diff line number Diff line change @@ -172,13 +172,13 @@ jobs:
172
172
fi
173
173
- name : Upload Trivy scan results to GitHub Security tab
174
174
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
176
176
with :
177
177
sarif_file : ' trivy-results'
178
178
category : ${{ inputs.flavor }}-${{ inputs.flavor_release }}-${{ inputs.variant }}-${{ inputs.arch }}-${{ inputs.model }}-trivy
179
179
- name : Upload Grype scan results to GitHub Security tab
180
180
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
182
182
with :
183
183
sarif_file : ' grype-results'
184
184
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