File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
# To guarantee Maintained check is occasionally updated. See
11
11
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
12
12
schedule :
13
- - cron : ' 25 3 * * 4 '
13
+ - cron : ' 22 18 * * 6 '
14
14
push :
15
15
branches : [ "main" ]
16
16
@@ -32,12 +32,12 @@ jobs:
32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3 .1.0
35
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 .1.1
36
36
with :
37
37
persist-credentials : false
38
38
39
39
- name : " Run analysis"
40
- uses : ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # v2.0.6
40
+ uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
41
41
with :
42
42
results_file : results.sarif
43
43
results_format : sarif
@@ -59,14 +59,14 @@ jobs:
59
59
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
60
60
# format to the repository Actions tab.
61
61
- name : " Upload artifact"
62
- uses : actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
62
+ uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
63
63
with :
64
64
name : SARIF file
65
65
path : results.sarif
66
66
retention-days : 5
67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@807578363a7869ca324a79039e6db9c843e0e100 # v2.1.27
70
+ uses : github/codeql-action/upload-sarif@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
71
71
with :
72
72
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments