Skip to content

Commit bf2232a

Browse files
authored
Merge pull request #314 from redhat-cop/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to 834a144
2 parents a2ca646 + f88e04d commit bf2232a

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@834a144ee995460fba8ed112a2fc961b36a5ec5a # 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@834a144ee995460fba8ed112a2fc961b36a5ec5a # 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@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4
6363
with:
6464
name: SARIF file
6565
path: results.sarif

0 commit comments

Comments
 (0)