File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 11name : Run tests suite
22on :
3- # For Branch-Protection check. Only the default branch is supported. See
4- # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
5- branch_protection_rule :
3+ # To be able to be triggered manually
4+ workflow_dispatch :
65 # To guarantee Maintained check is occasionally updated. See
76 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
87 schedule :
98 - cron : ' 28 2 * * *'
10- workflow_dispatch :
119
1210permissions : read-all
1311
Original file line number Diff line number Diff line change 11name : Autoupdate pre-commit
22
33on :
4- # For Branch-Protection check. Only the default branch is supported. See
5- # https://github.com/ossf/scorecard/blob/main/docs/checks.md#branch-protection
6- branch_protection_rule :
4+ # To be able to be triggered manually
5+ workflow_dispatch :
76 # To guarantee Maintained check is occasionally updated. See
87 # https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
98 schedule :
109 - cron : ' 28 2 * * 6' # Saturday at 02:28 UTC
11- workflow_dispatch :
1210
1311jobs :
1412 autoupdate :
You can’t perform that action at this time.
0 commit comments