File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : checkout
19
- uses : actions/checkout@v3.1 .0
19
+ uses : actions/checkout@v3.3 .0
20
20
with :
21
21
fetch-depth : 0
22
22
- name : Set up Go
Original file line number Diff line number Diff line change 39
39
40
40
steps :
41
41
- name : Checkout repository
42
- uses : actions/checkout@v3.1 .0
42
+ uses : actions/checkout@v3.3 .0
43
43
44
44
# Initializes the CodeQL tools for scanning.
45
45
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 9
9
name : lint
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3.1 .0
12
+ - uses : actions/checkout@v3.3 .0
13
13
- uses : actions/setup-go@v3
14
14
with :
15
15
go-version : ' 1.17'
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3.1 .0
17
+ uses : actions/checkout@v3.3 .0
18
18
with :
19
19
fetch-depth : 0
20
20
- name : Set up Go
You can’t perform that action at this time.
0 commit comments