Skip to content

Commit 8d59880

Browse files
authored
Fix scorecard
1 parent a309e6d commit 8d59880

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions: read-all
1919

2020
jobs:
2121
analysis:
22-
name: Scorecard analysis
22+
name: "Scorecard analysis"
2323
runs-on: ubuntu-latest
2424
permissions:
2525
# Needed to upload the results to code-scanning dashboard.
@@ -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)