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 51
51
# queries: ./path/to/local/query, your-org/your-repo/queries@main
52
52
53
53
- name : Perform CodeQL Analysis
54
- uses : github/codeql-action/analyze@v1
54
+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Setup go
16
- uses : actions/setup-go@v2
16
+ uses : actions/setup-go@v3
17
17
with :
18
18
go-version : ' ^1.16'
19
19
- name : Checkout repository
20
20
uses : actions/checkout@v3
21
21
- name : Setup golangci-lint
22
- uses : golangci/golangci-lint-action@v2
22
+ uses : golangci/golangci-lint-action@v3
23
23
with :
24
24
version : v1.45.0
25
25
args : --verbose
40
40
GOPROXY : https://proxy.golang.org
41
41
steps :
42
42
- name : Set up Go ${{ matrix.go }}
43
- uses : actions/setup-go@v2
43
+ uses : actions/setup-go@v3
44
44
with :
45
45
go-version : ${{ matrix.go }}
46
46
49
49
with :
50
50
ref : ${{ github.ref }}
51
51
52
- - uses : actions/cache@v2
52
+ - uses : actions/cache@v3
53
53
with :
54
54
path : |
55
55
${{ matrix.go-build }}
62
62
go test -v -covermode=atomic -coverprofile=coverage.out
63
63
64
64
- name : Upload coverage to Codecov
65
- uses : codecov/codecov-action@v2
65
+ uses : codecov/codecov-action@v3
66
66
with :
67
67
flags : ${{ matrix.os }},go-${{ matrix.go }}
You can’t perform that action at this time.
0 commit comments