File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 20
20
name : Run unit tests on *Nix
21
21
runs-on : ubuntu-22.04
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- name : Login to DockerHub
25
25
uses : docker/login-action@v2
26
26
with :
39
39
working-directory : src/github.com/${{env.ORIGINAL_REPO_NAME}}
40
40
steps :
41
41
- name : Checkout
42
- uses : actions/checkout@v3
42
+ uses : actions/checkout@v4
43
43
with :
44
44
path : src/github.com/${{env.ORIGINAL_REPO_NAME}}
45
45
- name : Install Go
59
59
working-directory : src/github.com/${{env.ORIGINAL_REPO_NAME}}
60
60
steps :
61
61
- name : Check out code
62
- uses : actions/checkout@v3
62
+ uses : actions/checkout@v4
63
63
with :
64
64
fetch-depth : 1
65
65
path : src/github.com/${{env.ORIGINAL_REPO_NAME}}
77
77
runs-on : ubuntu-22.04
78
78
needs : [test-nix, test-windows, test-integration-nix]
79
79
steps :
80
- - uses : actions/checkout@v3
80
+ - uses : actions/checkout@v4
81
81
- name : Login to DockerHub
82
82
uses : docker/login-action@v2
83
83
with :
@@ -113,7 +113,7 @@ jobs:
113
113
test-upgrade : [true,false]
114
114
steps :
115
115
- name : Checkout
116
- uses : actions/checkout@v3
116
+ uses : actions/checkout@v4
117
117
with :
118
118
path : src/github.com/${{env.ORIGINAL_REPO_NAME}}
119
119
- name : Get PFX certificate from GH secrets
Original file line number Diff line number Diff line change 20
20
name : Run all static analysis checks
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
- uses : actions/setup-go@v4
25
25
with :
26
26
go-version-file : go.mod
44
44
name : Run unit tests on *Nix
45
45
runs-on : ubuntu-latest
46
46
steps :
47
- - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v4
48
48
- name : Login to DockerHub
49
49
if : ${{env.DOCKER_LOGIN_AVAILABLE}}
50
50
uses : docker/login-action@v2
64
64
working-directory : src/github.com/${{ env.ORIGINAL_REPO_NAME }}
65
65
steps :
66
66
- name : Checkout
67
- uses : actions/checkout@v3
67
+ uses : actions/checkout@v4
68
68
with :
69
69
path : src/github.com/${{env.ORIGINAL_REPO_NAME}}
70
70
- name : Install Go
83
83
working-directory : src/github.com/${{env.ORIGINAL_REPO_NAME}}
84
84
steps :
85
85
- name : Check out code
86
- uses : actions/checkout@v3
86
+ uses : actions/checkout@v4
87
87
with :
88
88
fetch-depth : 1
89
89
path : src/github.com/${{env.ORIGINAL_REPO_NAME}}
@@ -141,7 +141,7 @@ jobs:
141
141
goarch : [amd64,386]
142
142
steps :
143
143
- name : Checkout
144
- uses : actions/checkout@v3
144
+ uses : actions/checkout@v4
145
145
with :
146
146
path : src/github.com/${{ env.ORIGINAL_REPO_NAME }}
147
147
- shell : bash
Original file line number Diff line number Diff line change 22
22
return data.data && data.data.default_branch === context.ref.split('/').slice(-1)[0]
23
23
- name : Checkout Self
24
24
if : ${{ steps.default-branch.outputs.result == 'true' }}
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
- name : Run Repolinter
27
27
if : ${{ steps.default-branch.outputs.result == 'true' }}
28
28
uses : newrelic/repolinter-action@v1
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout code
19
- uses : actions/checkout@v3
19
+ uses : actions/checkout@v4
20
20
21
21
- name : Run Trivy vulnerability scanner in repo mode
22
22
uses :
aquasecurity/[email protected]
You can’t perform that action at this time.
0 commit comments