File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ name: "CodeQL"
1313
1414on :
1515 push :
16- branches : [ master, legacy ]
16+ branches : [master, legacy]
1717 pull_request :
1818 # The branches below must be a subset of the branches above
19- branches : [ master ]
19+ branches : [master]
2020 schedule :
21- - cron : ' 45 2 * * 5'
21+ - cron : " 45 2 * * 5"
2222
2323jobs :
2424 analyze :
2525 name : Analyze
26- runs-on : ubuntu-20.04
26+ runs-on : ubuntu-latest
2727 permissions :
2828 actions : read
2929 contents : read
Original file line number Diff line number Diff line change 99
1010jobs :
1111 dist :
12- runs-on : ubuntu-20.04
12+ runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v3
1515 with :
Original file line number Diff line number Diff line change 99
1010jobs :
1111 test :
12- runs-on : ubuntu-20.04
12+ runs-on : ubuntu-latest
1313 steps :
1414 - uses : actions/checkout@v3
1515 with :
4848
4949 build :
5050 needs : test
51- runs-on : ubuntu-20.04
51+ runs-on : ubuntu-latest
5252 steps :
5353 - uses : actions/checkout@v3
5454 with :
You can’t perform that action at this time.
0 commit comments