Skip to content

Commit f63869a

Browse files
committed
Fix scorecard analysis by removing space from name
1 parent 861c802 commit f63869a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: sarif-file
6565
path: results.sarif
6666
retention-days: 5
6767

0 commit comments

Comments
 (0)