File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout code
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v3
18
18
- name : Setup Golang
19
19
uses : actions/setup-go@v3
20
20
with :
31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Checkout code
34
- uses : actions/checkout@v2
34
+ uses : actions/checkout@v3
35
35
- name : Install Kustomize v2
36
36
run : |
37
37
set -xo pipefail
53
53
runs-on : ubuntu-latest
54
54
steps :
55
55
- name : Checkout code
56
- uses : actions/checkout@v2
56
+ uses : actions/checkout@v3
57
57
- name : Run golangci-lint
58
58
uses : golangci/golangci-lint-action@v3
59
59
with :
64
64
runs-on : ubuntu-latest
65
65
steps :
66
66
- name : Checkout code
67
- uses : actions/checkout@v2
67
+ uses : actions/checkout@v3
68
68
- name : Setup Golang
69
69
uses : actions/setup-go@v3
70
70
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 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout code
18
- uses : actions/checkout@v2
18
+ uses : actions/checkout@v3
19
19
with :
20
20
path : argocd-image-updater
21
21
- name : Setup qemu
You can’t perform that action at this time.
0 commit comments