Skip to content

Commit 8c40b24

Browse files
authored
Merge pull request #1265 from enterprise-contract/dependabot/github_actions/actions/upload-artifact-4.6.0
Bump actions/upload-artifact from 4.5.0 to 4.6.0
2 parents be26e68 + 3ab8e65 commit 8c40b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
8282
# format to the repository Actions tab.
8383
- name: "Upload artifact"
84-
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
84+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
8585
with:
8686
name: SARIF file
8787
path: results.sarif

0 commit comments

Comments
 (0)