Skip to content

Commit 21f07d1

Browse files
committed
ci(scorecard): fix invalid artifact filename
1 parent a05f13f commit 21f07d1

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
@@ -61,7 +61,7 @@ jobs:
6161
- name: "Upload artifact"
6262
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
6363
with:
64-
name: SARIF file
64+
name: scorecard_results
6565
path: results.sarif
6666
retention-days: 5
6767

0 commit comments

Comments
 (0)