File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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
47
47
redis-cli -h 127.0.0.1 -p 6379 cluster nodes
48
48
49
49
- name : Set up Go ${{ matrix.go }}
50
- uses : actions/setup-go@v2
50
+ uses : actions/setup-go@v3
51
51
with :
52
52
go-version : ${{ matrix.go }}
53
53
56
56
with :
57
57
ref : ${{ github.ref }}
58
58
59
- - uses : actions/cache@v2
59
+ - uses : actions/cache@v3
60
60
with :
61
61
path : |
62
62
${{ matrix.go-build }}
You can’t perform that action at this time.
0 commit comments