File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 43
43
with :
44
44
access_token : ${{ secrets.GITHUB_TOKEN }}
45
45
- name : Checkout Repository
46
- uses : actions/checkout@v2
46
+ uses : actions/checkout@v3
47
47
- name : Output Variables
48
48
id : vars
49
49
run : |
58
58
runs-on : ubuntu-20.04
59
59
steps :
60
60
- name : Checkout Repository
61
- uses : actions/checkout@v2
61
+ uses : actions/checkout@v3
62
62
- name : Lint Code
63
63
uses : golangci/golangci-lint-action@v2
64
64
with :
70
70
needs : vars
71
71
steps :
72
72
- name : Checkout Repository
73
- uses : actions/checkout@v2
73
+ uses : actions/checkout@v3
74
74
- name : Setup Golang Environment
75
75
uses : actions/setup-go@v2
76
76
with :
90
90
needs : [vars, lint]
91
91
steps :
92
92
- name : Checkout Repository
93
- uses : actions/checkout@v2
93
+ uses : actions/checkout@v3
94
94
- name : Setup Golang Environment
95
95
uses : actions/setup-go@v2
96
96
with :
@@ -109,7 +109,7 @@ jobs:
109
109
needs : [vars, binary]
110
110
steps :
111
111
- name : Checkout Repository
112
- uses : actions/checkout@v2
112
+ uses : actions/checkout@v3
113
113
- name : Fetch Cached Artifacts
114
114
uses : actions/cache@v3
115
115
with :
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 16
16
with :
17
17
access_token : ${{ secrets.GITHUB_TOKEN }}
18
18
- name : Checkout Repository
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
- name : Scan
21
21
uses : fossas/fossa-action@v1
22
22
with :
You can’t perform that action at this time.
0 commit comments