File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 49
49
- run : zizmor --format sarif . > results.sarif
50
50
51
51
- name : Upload SARIF file
52
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
52
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
53
53
with :
54
54
name : results.sarif
55
55
path : results.sarif
73
73
security-events : write
74
74
steps :
75
75
- name : Download SARIF file
76
- uses : actions/download-artifact@b14cf4c92620c250e1c074ab0a5800e37df86765 # v4.2.0
76
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
77
77
with :
78
78
name : results.sarif
79
79
path : results.sarif
Original file line number Diff line number Diff line change 81
81
exit-code : ' 1'
82
82
83
83
- name : Upload Trivy scan results to GitHub Security tab
84
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
84
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
85
85
with :
86
86
name : trivy-results.sarif
87
87
path : trivy-results.sarif
You can’t perform that action at this time.
0 commit comments