Skip to content

Commit 1079deb

Browse files
committed
Pin external action actions/upload-artifact version
Referring an external action by version name is flagged with Pinned-Dependencies by OSSF Scorecard as the tag used may change if a minor or patch release is added. Dependabot is able to manage these dependencies using the hash value.
1 parent 2993c0a commit 1079deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
4040
# format to the repository Actions tab.
4141
- name: "Upload artifact"
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
4343
with:
4444
name: SARIF file
4545
path: results.sarif

0 commit comments

Comments
 (0)