File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: "CodeQL"
3
3
on :
4
4
push :
5
5
branches :
6
- - v2
6
+ - main
7
7
- master
8
8
pull_request :
9
9
# The branches below must be a subset of the branches above
10
- branches : [v2 ]
10
+ branches : [main ]
11
11
schedule :
12
12
- cron : " 27 9 * * 1"
13
13
29
29
30
30
steps :
31
31
- name : Checkout repository
32
- uses : actions/checkout@v2
32
+ uses : actions/checkout@main
33
33
34
34
# Initializes the CodeQL tools for scanning.
35
35
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- v1
7
- - v2
7
+ - main
8
8
pull_request :
9
9
branches :
10
10
- v1
11
- - v2
11
+ - main
12
12
schedule :
13
13
- cron : " 0 9 1 * *"
14
14
37
37
options : --ulimit nofile=262144:262144
38
38
39
39
steps :
40
- - uses : actions/checkout@v2
40
+ - uses : actions/checkout@main
41
41
42
42
- name : Install Go ${{ matrix.go }}
43
43
uses : actions/setup-go@v2.1.5
You can’t perform that action at this time.
0 commit comments