File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
55
55
# format to the repository Actions tab.
56
56
- name : " Upload artifact"
57
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
57
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
58
58
with :
59
59
name : SARIF file
60
60
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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
41
+ uses : actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
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