Commit 336636c 1 parent c7eed25 commit 336636c Copy full SHA for 336636c
File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 41
41
42
42
steps :
43
43
- name : Checkout repository
44
- uses : actions/checkout@v3
44
+ uses : actions/checkout@v4
45
45
46
46
# Initializes the CodeQL tools for scanning.
47
47
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 14
14
matrix :
15
15
go : [ '1.19' ]
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 1
20
20
- name : Restore Cache
Original file line number Diff line number Diff line change 42
42
with :
43
43
go-version : ' 1.19'
44
44
- name : Check out code into the Go module directory
45
- uses : actions/checkout@v3
45
+ uses : actions/checkout@v4
46
46
with :
47
47
ref : ${{ github.event.pull_request.head.sha || github.ref }}
48
48
- name : Get dependencies
Original file line number Diff line number Diff line change 19
19
- uses : actions/setup-go@v4
20
20
with :
21
21
go-version : 1.19
22
- - uses : actions/checkout@v3
22
+ - uses : actions/checkout@v4
23
23
- name : golangci-lint
24
24
uses : golangci/golangci-lint-action@v3
25
25
with :
Original file line number Diff line number Diff line change 11
11
steps :
12
12
-
13
13
name : Checkout
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 0
17
17
-
Original file line number Diff line number Diff line change 11
11
with :
12
12
go-version : ' 1.19'
13
13
- name : Check out code into the Go module directory
14
- uses : actions/checkout@v3
14
+ uses : actions/checkout@v4
15
15
- name : Get dependencies
16
16
run : go mod download
17
17
- name : Build
You can’t perform that action at this time.
0 commit comments