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 49
49
- run : zizmor --format sarif . > results.sarif
50
50
51
51
- name : Upload SARIF file
52
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
52
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
53
53
with :
54
54
name : results.sarif
55
55
path : results.sarif
Original file line number Diff line number Diff line change 52
52
run : docker cp "$GITHUB_SHA":/home/linuxbrew/bootstrap-binaries .
53
53
54
54
- name : Upload binaries to GitHub Actions
55
- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
55
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
56
56
with :
57
57
name : bootstrap-${{matrix.arch}}-${{matrix.binary}}
58
58
path : bootstrap-binaries
You can’t perform that action at this time.
0 commit comments