File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 9
9
branch_protection_rule :
10
10
# To guarantee Maintained check is occasionally updated. See
11
11
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
12
- schedule :
13
- - cron : ' 26 11 * * 5'
14
- push :
15
- branches : [ "master" ]
12
+ # schedule:
13
+ # - cron: '26 2 * * *'
14
+ # push:
15
+ # branches: [ "main" ]
16
+ workflow_dispatch :
17
+ # pull_request:
16
18
17
19
# Declare default permissions as read only.
18
20
permissions : read-all
37
39
persist-credentials : false
38
40
39
41
- name : " Run analysis"
40
- uses : ossf/scorecard-action@e38b1902ae4f44df626f11ba0734b14fb91f8f86 # v2.1.2
42
+ uses : ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1
41
43
with :
42
44
results_file : results.sarif
43
45
results_format : sarif
You can’t perform that action at this time.
0 commit comments