Skip to content

Commit 6e50d79

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
schedule:
1313
- cron: '32 5 * * 0'
1414
push:
15-
branches: [ "main" ]
1615

1716
# Declare default permissions as read only.
1817
permissions: read-all
@@ -61,7 +60,7 @@ jobs:
6160
- name: "Upload artifact"
6261
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
6362
with:
64-
name: SARIF file
63+
name: sarif-file
6564
path: results.sarif
6665
retention-days: 5
6766

0 commit comments

Comments
 (0)