File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
publish_results : true
36
36
37
37
- name : Upload results as artifact
38
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
38
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
39
39
with :
40
40
name : OpenSSF Scorecard results
41
41
path : results.sarif
Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ jobs:
170
170
# run: syft -o spdx-json=sbom-spdx.json docker-archive:docker.tar
171
171
#
172
172
# - name: Upload SBOM as artifact
173
- # uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
173
+ # uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
174
174
# with:
175
175
# name: "[${{ github.job }}] SBOM"
176
176
# path: sbom-spdx.json
@@ -200,7 +200,7 @@ jobs:
200
200
output : trivy-results.sarif
201
201
202
202
- name : Upload Trivy scan results as artifact
203
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
203
+ uses : actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
204
204
with :
205
205
name : " [${{ github.job }}] Trivy scan results"
206
206
path : trivy-results.sarif
You can’t perform that action at this time.
0 commit comments