File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ jobs:
128
128
sarif_file : " trivy-results.sarif"
129
129
130
130
- name : Upload Scan Results
131
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
131
+ uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
132
132
continue-on-error : true
133
133
with :
134
134
name : " trivy-results.sarif"
Original file line number Diff line number Diff line change 52
52
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
53
53
# format to the repository Actions tab.
54
54
- name : " Upload artifact"
55
- uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
55
+ uses : actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
56
56
with :
57
57
name : SARIF file
58
58
path : results.sarif
You can’t perform that action at this time.
0 commit comments