We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a309e6d commit 8d59880Copy full SHA for 8d59880
1 file changed
.github/workflows/scorecard.yml
@@ -19,7 +19,7 @@ permissions: read-all
19
20
jobs:
21
analysis:
22
- name: Scorecard analysis
+ name: "Scorecard analysis"
23
runs-on: ubuntu-latest
24
permissions:
25
# Needed to upload the results to code-scanning dashboard.
@@ -61,7 +61,7 @@ jobs:
61
- 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