Skip to content

Commit 85a9b0e

Browse files
authored
Merge pull request #333 from redhat-cop/renovate/actions-upload-artifact-digest
Update actions/upload-artifact digest to b4b15b8
2 parents ae2daab + 7b680e0 commit 85a9b0e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
35+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
27+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # 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@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
62+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
6363
with:
6464
name: SARIF file
6565
path: results.sarif

0 commit comments

Comments
 (0)