File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 7
7
# For Branch-Protection check. Only the default branch is supported. See
8
8
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
9
9
branch_protection_rule :
10
- # To guarantee Maintained check is occasionally updated. See
11
- # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
12
- schedule :
13
- - cron : ' 35 16 * * 6'
14
- push :
10
+ pull_request :
15
11
branches : [ "main" ]
16
12
17
13
# Declare default permissions as read only.
32
28
33
29
steps :
34
30
- name : " Checkout code"
35
- uses : actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
31
+ uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
36
32
with :
37
33
persist-credentials : false
38
34
You can’t perform that action at this time.
0 commit comments