Skip to content

Commit 2884281

Browse files
chore(deps): update actions/upload-artifact action to v4.4.1
1 parent 5c479fe commit 2884281

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5555
# format to the repository Actions tab.
5656
- name: "Upload artifact"
57-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
57+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
5858
with:
5959
name: SARIF file
6060
path: results.sarif

.github/workflows/slsa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "hashes=$(sha256sum ${{ env.REPOSITORY_NAME }}.sha256 | base64 -w0)" >> "$GITHUB_OUTPUT"
3939
4040
- name: Upload ${{ env.REPOSITORY_NAME }}.sha256
41-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
41+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
4242
with:
4343
name: ${{ env.REPOSITORY_NAME }}.sha256
4444
path: ${{ env.REPOSITORY_NAME }}.sha256

0 commit comments

Comments
 (0)