File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
schedule :
9
9
- cron : ' 24 13 * * 6'
10
10
push :
11
- branches : [ " main" ]
11
+ branches : [' main' ]
12
12
permissions : read-all
13
13
jobs :
14
14
analysis :
@@ -20,19 +20,19 @@ jobs:
20
20
security-events : write # to upload the results to code-scanning dashboard
21
21
id-token : write # to publish results and get a badge (see publish_results below)
22
22
steps :
23
- - name : " Checkout code"
23
+ - name : ' Checkout code'
24
24
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
25
with :
26
26
persist-credentials : false
27
27
28
- - name : " Run analysis"
28
+ - name : ' Run analysis'
29
29
uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
30
30
with :
31
31
results_file : results.sarif
32
32
results_format : sarif
33
33
publish_results : true
34
34
35
- - name : " Upload artifact"
35
+ - name : ' Upload artifact'
36
36
uses : actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
37
37
with :
38
38
name : SARIF file
You can’t perform that action at this time.
0 commit comments