File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,23 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Set up Go 1.x
18
- uses : actions/setup-go@v4
18
+ uses : actions/setup-go@v5
19
19
with :
20
20
go-version : ' stable'
21
21
id : go
22
22
23
23
- name : Checkout repository
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v4
25
25
with :
26
26
fetch-depth : 0
27
27
28
28
- name : Initialize CodeQL
29
- uses : github/codeql-action/init@v2
29
+ uses : github/codeql-action/init@v3
30
30
with :
31
31
languages : go
32
32
33
33
- name : Install
34
34
run : make install
35
35
36
36
- name : Perform CodeQL Analysis
37
- uses : github/codeql-action/analyze@v2
37
+ uses : github/codeql-action/analyze@v3
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
os : [ubuntu-latest, macos-latest, windows-latest]
18
18
steps :
19
19
- name : Set up Go 1.x
20
- uses : actions/setup-go@v4
20
+ uses : actions/setup-go@v5
21
21
with :
22
22
go-version : ' stable'
23
23
id : go
24
24
25
25
- name : Check out code into the Go module directory
26
- uses : actions/checkout@v2
26
+ uses : actions/checkout@v4
27
27
with :
28
28
fetch-depth : 0
29
29
@@ -64,13 +64,13 @@ jobs:
64
64
runs-on : ubuntu-latest
65
65
steps :
66
66
- name : Set up Go 1.x
67
- uses : actions/setup-go@v4
67
+ uses : actions/setup-go@v5
68
68
with :
69
69
go-version : ' stable'
70
70
id : go
71
71
72
72
- name : Check out code into the Go module directory
73
- uses : actions/checkout@v2
73
+ uses : actions/checkout@v4
74
74
with :
75
75
fetch-depth : 0
76
76
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
15
15
os : [ubuntu-latest] # macos-latest, windows-latest
16
16
steps :
17
17
- name : Set up Go 1.x
18
- uses : actions/setup-go@v4
18
+ uses : actions/setup-go@v5
19
19
with :
20
20
go-version : ' stable'
21
21
id : go
22
22
23
23
- name : Check out code into the Go module directory
24
- uses : actions/checkout@v2
24
+ uses : actions/checkout@v4
25
25
with :
26
26
fetch-depth : 0
27
27
@@ -68,13 +68,13 @@ jobs:
68
68
os : [ubuntu-latest, macos-latest, windows-latest]
69
69
steps :
70
70
- name : Set up Go 1.x
71
- uses : actions/setup-go@v4
71
+ uses : actions/setup-go@v5
72
72
with :
73
73
go-version : ' stable'
74
74
id : go
75
75
76
76
- name : Check out code into the Go module directory
77
- uses : actions/checkout@v2
77
+ uses : actions/checkout@v4
78
78
79
79
- name : Load Release URL File from release job
80
80
uses : actions/download-artifact@v4
@@ -138,13 +138,13 @@ jobs:
138
138
runs-on : ubuntu-latest
139
139
steps :
140
140
- name : Set up Go 1.x
141
- uses : actions/setup-go@v4
141
+ uses : actions/setup-go@v5
142
142
with :
143
143
go-version : ' stable'
144
144
id : go
145
145
146
146
- name : Check out code into the Go module directory
147
- uses : actions/checkout@v2
147
+ uses : actions/checkout@v4
148
148
149
149
- name : Install
150
150
run : make install
You can’t perform that action at this time.
0 commit comments