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 35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v3.0.2
38
+ uses : actions/checkout@v3.1.0
39
39
40
40
# Initializes the CodeQL tools for scanning.
41
41
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 20
20
- uses : actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f # v3
21
21
with :
22
22
go-version : ~1.18
23
- - uses : actions/checkout@v3.0.2 # v3
23
+ - uses : actions/checkout@v3.1.0 # v3
24
24
- name : golangci-lint
25
25
uses : golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc # v3
26
26
with :
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@v3.0.2
19
+ uses : actions/checkout@v3.1.0
20
20
with :
21
21
fetch-depth : 0
22
22
You can’t perform that action at this time.
0 commit comments