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 51
51
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
52
52
# format to the repository Actions tab.
53
53
- name : " Upload artifact"
54
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
54
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
55
55
with :
56
56
name : SARIF file
57
57
path : results.sarif
Original file line number Diff line number Diff line change 38
38
echo "hashes=$(sha256sum ${{ env.REPOSITORY_NAME }}.sha256 | base64 -w0)" >> "$GITHUB_OUTPUT"
39
39
40
40
- name : Upload ${{ env.REPOSITORY_NAME }}.sha256
41
- uses : actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
41
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
42
42
with :
43
43
name : ${{ env.REPOSITORY_NAME }}.sha256
44
44
path : ${{ env.REPOSITORY_NAME }}.sha256
You can’t perform that action at this time.
0 commit comments