File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 41
41
42
42
# Initializes the CodeQL tools for scanning.
43
43
- name : Initialize CodeQL
44
- uses : github/codeql-action/init@v1
44
+ uses : github/codeql-action/init@v2
45
45
with :
46
46
languages : ${{ matrix.language }}
47
47
# If you wish to specify custom queries, you can do so here or in a config file.
50
50
# queries: ./path/to/local/query, your-org/your-repo/queries@main
51
51
52
52
- name : Perform CodeQL Analysis
53
- uses : github/codeql-action/analyze@v1
53
+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change 6
6
runs-on : ubuntu-latest
7
7
steps :
8
8
- name : Setup go
9
- uses : actions/setup-go@v2
9
+ uses : actions/setup-go@v3
10
10
with :
11
11
go-version : ' ^1'
12
12
- name : Checkout repository
13
13
uses : actions/checkout@v3
14
14
- name : Setup golangci-lint
15
- uses : golangci/golangci-lint-action@v2
15
+ uses : golangci/golangci-lint-action@v3
16
16
with :
17
17
version : v1.45.0
18
18
args : --verbose
39
39
slave1-port : 6380
40
40
41
41
- name : Set up Go ${{ matrix.go }}
42
- uses : actions/setup-go@v2
42
+ uses : actions/setup-go@v3
43
43
with :
44
44
go-version : ${{ matrix.go }}
45
45
48
48
with :
49
49
ref : ${{ github.ref }}
50
50
51
- - uses : actions/cache@v2
51
+ - uses : actions/cache@v3
52
52
with :
53
53
path : |
54
54
${{ matrix.go-build }}
61
61
go test -v -covermode=atomic -coverprofile=coverage.out
62
62
63
63
- name : Upload coverage to Codecov
64
- uses : codecov/codecov-action@v2
64
+ uses : codecov/codecov-action@v3
65
65
with :
66
66
flags : ${{ matrix.os }},go-${{ matrix.go }}
Original file line number Diff line number Diff line change 19
19
fetch-depth : 0
20
20
-
21
21
name : Set up Go
22
- uses : actions/setup-go@v2
22
+ uses : actions/setup-go@v3
23
23
with :
24
24
go-version : 1.17
25
25
-
You can’t perform that action at this time.
0 commit comments