19
19
name : Run all static analysis checks
20
20
runs-on : ubuntu-20.04
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v4
23
23
- uses : newrelic/newrelic-infra-checkers@v1
24
24
- name : Semgrep
25
25
uses : returntocorp/semgrep-action@v1
43
43
env :
44
44
SNYK_TOKEN : ${{ secrets.CAOS_SNYK_TOKEN }}
45
45
steps :
46
- - uses : actions/checkout@v2
46
+ - uses : actions/checkout@v4
47
47
- name : Login to DockerHub
48
48
if : ${{env.DOCKER_LOGIN_AVAILABLE}}
49
49
uses : docker/login-action@v1
58
58
name : Run unit tests on *Nix
59
59
runs-on : ubuntu-20.04
60
60
steps :
61
- - uses : actions/checkout@v2
61
+ - uses : actions/checkout@v4
62
62
- name : Login to DockerHub
63
63
if : ${{env.DOCKER_LOGIN_AVAILABLE}}
64
64
uses : docker/login-action@v1
78
78
working-directory : src/github.com/${{ env.ORIGINAL_REPO_NAME }}
79
79
steps :
80
80
- name : Checkout
81
- uses : actions/checkout@v2
81
+ uses : actions/checkout@v4
82
82
with :
83
83
path : src/github.com/${{env.ORIGINAL_REPO_NAME}}
84
84
- name : Install Go
99
99
working-directory : src/github.com/${{env.ORIGINAL_REPO_NAME}}
100
100
steps :
101
101
- name : Check out code
102
- uses : actions/checkout@v2
102
+ uses : actions/checkout@v4
103
103
with :
104
104
fetch-depth : 1
105
105
path : src/github.com/${{env.ORIGINAL_REPO_NAME}}
@@ -122,7 +122,7 @@ jobs:
122
122
name : Test binary compilation for all platforms:arch
123
123
runs-on : ubuntu-20.04
124
124
steps :
125
- - uses : actions/checkout@v2
125
+ - uses : actions/checkout@v4
126
126
- name : Login to DockerHub
127
127
if : ${{env.DOCKER_LOGIN_AVAILABLE}}
128
128
uses : docker/login-action@v1
0 commit comments