File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 directory : /
88 schedule :
99 interval : daily
10- target-branch : " latest "
10+ target-branch : " main "
1111 allow :
1212 - dependency-type : direct
1313 versioning-strategy : increase-if-necessary
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repository:
1111 enable_vulnerability_alerts : true
1212
1313branches :
14- - name : latest
14+ - name : main
1515 protection :
1616 required_status_checks : null
1717 enforce_admins : true
Original file line number Diff line number Diff line change 88 ref :
99 required : true
1010 type : string
11- default : latest
11+ default : main
1212 workflow_call :
1313 inputs :
1414 ref :
Original file line number Diff line number Diff line change 77 pull_request :
88 push :
99 branches :
10- - latest
10+ - main
1111 schedule :
1212 # "At 09:00 UTC (02:00 PT) on Monday" https://crontab.guru/#0_9_*_*_1
1313 - cron : " 0 9 * * 1"
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ name: CodeQL
55on :
66 push :
77 branches :
8- - latest
8+ - main
99 pull_request :
1010 branches :
11- - latest
11+ - main
1212 schedule :
1313 # "At 10:00 UTC (03:00 PT) on Monday" https://crontab.guru/#0_10_*_*_1
1414 - cron : " 0 10 * * 1"
Original file line number Diff line number Diff line change 1010 type : string
1111 push :
1212 branches :
13- - latest
13+ - main
1414
1515permissions :
1616 contents : write
You can’t perform that action at this time.
0 commit comments