Skip to content

Commit 35686a7

Browse files
committed
prettier
1 parent c5b7348 commit 35686a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/scorecard.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
schedule:
99
- cron: '24 13 * * 6'
1010
push:
11-
branches: [ "main" ]
11+
branches: ['main']
1212
permissions: read-all
1313
jobs:
1414
analysis:
@@ -20,19 +20,19 @@ jobs:
2020
security-events: write # to upload the results to code-scanning dashboard
2121
id-token: write # to publish results and get a badge (see publish_results below)
2222
steps:
23-
- name: "Checkout code"
23+
- name: 'Checkout code'
2424
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2525
with:
2626
persist-credentials: false
2727

28-
- name: "Run analysis"
28+
- name: 'Run analysis'
2929
uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
3030
with:
3131
results_file: results.sarif
3232
results_format: sarif
3333
publish_results: true
3434

35-
- name: "Upload artifact"
35+
- name: 'Upload artifact'
3636
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
3737
with:
3838
name: SARIF file

0 commit comments

Comments
 (0)