We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 861c802 commit 6e50d79Copy full SHA for 6e50d79
1 file changed
.github/workflows/scorecard.yml
@@ -12,7 +12,6 @@ on:
12
schedule:
13
- cron: '32 5 * * 0'
14
push:
15
- branches: [ "main" ]
16
17
# Declare default permissions as read only.
18
permissions: read-all
@@ -61,7 +60,7 @@ jobs:
61
60
- name: "Upload artifact"
62
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
63
with:
64
- name: SARIF file
+ name: sarif-file
65
path: results.sarif
66
retention-days: 5
67
0 commit comments