File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
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@v2
41
+ uses : actions/checkout@v3
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 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
15
+ uses : actions/checkout@v3
16
16
with :
17
17
fetch-depth : 0
18
18
- name : Get Go version
Original file line number Diff line number Diff line change 8
8
outputs :
9
9
matrix : ${{ steps.versions.outputs.matrix }}
10
10
steps :
11
- - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
11
+ - uses : actions/checkout@v3
12
12
- uses : arnested/go-version-action@d44f8fbecf1ac5ea61d81603e99dfec9833f592f
13
13
id : versions
14
14
env :
23
23
needs : get-go-versions
24
24
steps :
25
25
- name : Checkout code
26
- uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
26
+ uses : actions/checkout@v3
27
27
28
28
- name : Setup - Go ${{ matrix.go-version }}
29
29
uses : actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
61
61
needs : get-go-versions
62
62
steps :
63
63
- uses : actions/setup-go@f6164bd8c8acb4a71fb2791a8b6c4024ff038dab
64
- - uses : actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
64
+ - uses : actions/checkout@v3
65
65
- name : golangci-lint
66
66
uses : golangci/golangci-lint-action@5c56cd6c9dc07901af25baab6f2b0d9f3b7c3018
67
67
with :
You can’t perform that action at this time.
0 commit comments