Skip to content

Commit 696cff1

Browse files
Update actions/upload-artifact digest to 89ef406
1 parent 7c6589b commit 696cff1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/conftest-unittests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "hashes=$(sha256sum policy.tar | base64 -w0)" >> "$GITHUB_OUTPUT"
3333
3434
- name: Upload policy.tar
35-
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
35+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
3636
with:
3737
name: policy.tar
3838
path: policy.tar

.github/workflows/opa-profile.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
27+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
2828
with:
2929
name: profile-results
3030
path: opa-profile.log

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
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@0b2256b8c012f0828dc542b3febcab082c67f72b # v4
62+
uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 # v4
6363
with:
6464
name: SARIF file
6565
path: results.sarif

0 commit comments

Comments
 (0)