Skip to content

Commit c62f415

Browse files
authored
Merge pull request #244 from konstruktoid/renovate/actions-upload-artifact-4.x
Update actions/upload-artifact action to v4.4.3
2 parents 25afe80 + 6aa50df commit c62f415

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5050
# format to the repository Actions tab.
5151
- name: "Upload artifact"
52-
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
52+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
5353
with:
5454
name: SARIF file
5555
path: results.sarif

.github/workflows/slsa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "hashes=$(sha256sum ${{ env.REPOSITORY_NAME }}.sha256 | base64 -w0)" >> "$GITHUB_OUTPUT"
3434
3535
- name: Upload ${{ env.REPOSITORY_NAME }}.sha256
36-
uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2
36+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
3737
with:
3838
name: ${{ env.REPOSITORY_NAME }}.sha256
3939
path: ${{ env.REPOSITORY_NAME }}.sha256

0 commit comments

Comments
 (0)