File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 echo "hashes=$(sha256sum policy.tar | base64 -w0)" >> "$GITHUB_OUTPUT"
3333
3434 - name : Upload policy.tar
35- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
35+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
3636 with :
3737 name : policy.tar
3838 path : policy.tar
Original file line number Diff line number Diff line change 2424 policies : ' []' # An empty array is provided as the policies are already cloned via source.
2525
2626 - name : Upload opa-profile.log
27- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
27+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
2828 with :
2929 name : profile-results
3030 path : opa-profile.log
Original file line number Diff line number Diff line change 5959 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6060 # format to the repository Actions tab.
6161 - name : " Upload artifact"
62- uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
62+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
6363 with :
6464 name : SARIF file
6565 path : results.sarif
You can’t perform that action at this time.
0 commit comments