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
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
50
50
# format to the repository Actions tab.
51
51
- name : " Upload artifact"
52
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
52
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
53
53
with :
54
54
name : SARIF file
55
55
path : results.sarif
Original file line number Diff line number Diff line change 33
33
echo "hashes=$(sha256sum ${{ env.REPOSITORY_NAME }}.sha256 | base64 -w0)" >> "$GITHUB_OUTPUT"
34
34
35
35
- name : Upload ${{ env.REPOSITORY_NAME }}.sha256
36
- uses : actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
36
+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
37
37
with :
38
38
name : ${{ env.REPOSITORY_NAME }}.sha256
39
39
path : ${{ env.REPOSITORY_NAME }}.sha256
You can’t perform that action at this time.
0 commit comments