File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 16
16
with :
17
17
go-version : 1.19.x
18
18
- name : Checkout code
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
- name : Run linters
21
21
uses : golangci/golangci-lint-action@v6
22
22
with :
Original file line number Diff line number Diff line change 24
24
with :
25
25
go-version : ${{ matrix.go-version }}
26
26
- name : Checkout code
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
- name : Run tests
29
29
run : go test -v ./... -covermode=count -coverprofile=coverage.out
30
30
- name : Convert coverage.out to coverage.lcov
You can’t perform that action at this time.
0 commit comments