File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 16
16
- name : Checkout code
17
17
uses : actions/checkout@v4
18
18
- name : Setup Golang
19
- uses : actions/setup-go@v4
19
+ uses : actions/setup-go@v5
20
20
with :
21
21
go-version : ' 1.22'
22
22
- name : Download all Go modules
@@ -60,14 +60,14 @@ jobs:
60
60
- name : Checkout code
61
61
uses : actions/checkout@v4
62
62
- name : Setup Golang
63
- uses : actions/setup-go@v4
63
+ uses : actions/setup-go@v5
64
64
with :
65
65
go-version : ' 1.22'
66
66
cache : false
67
67
env :
68
68
GO111MODULE : off
69
69
- name : Run golangci-lint
70
- uses : golangci/golangci-lint-action@v5
70
+ uses : golangci/golangci-lint-action@v6
71
71
with :
72
72
version : v1.57.2
73
73
args : --timeout 5m
76
76
runs-on : ubuntu-latest
77
77
steps :
78
78
- name : Checkout code
79
- uses : actions/checkout@v3
79
+ uses : actions/checkout@v4
80
80
- name : Setup Golang
81
- uses : actions/setup-go@v3
81
+ uses : actions/setup-go@v5
82
82
with :
83
83
go-version : ' 1.22'
84
84
- name : Run tests
97
97
runs-on : ubuntu-latest
98
98
steps :
99
99
- name : Checkout code
100
- uses : actions/checkout@v3
100
+ uses : actions/checkout@v4
101
101
- name : Install Kubeconform
102
102
run : |
103
103
set -xo pipefail
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
38
38
39
39
steps :
40
40
- name : Checkout repository
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
43
43
# Initializes the CodeQL tools for scanning.
44
44
- name : Initialize CodeQL
45
- uses : github/codeql-action/init@v1
45
+ uses : github/codeql-action/init@v2
46
46
with :
47
47
languages : ${{ matrix.language }}
48
48
# If you wish to specify custom queries, you can do so here or in a config file.
53
53
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
54
54
# If this step fails, then you should remove it and run the build manually (see below)
55
55
- name : Autobuild
56
- uses : github/codeql-action/autobuild@v1
56
+ uses : github/codeql-action/autobuild@v2
57
57
58
58
# ℹ️ Command-line programs to run using the OS shell.
59
59
# 📚 https://git.io/JvXDl
67
67
# make release
68
68
69
69
- name : Perform CodeQL Analysis
70
- uses : github/codeql-action/analyze@v1
70
+ uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout code
18
- uses : actions/checkout@v3
18
+ uses : actions/checkout@v4
19
19
with :
20
20
path : argocd-image-updater
21
21
- name : Setup qemu
22
- uses : docker/setup-qemu-action@v1
22
+ uses : docker/setup-qemu-action@v3
23
23
- name : Setup Docker buildx
24
- uses : docker/setup-buildx-action@v1
24
+ uses : docker/setup-buildx-action@v3
25
25
- name : Build and possibly push image
26
26
run : |
27
27
set -ex
You can’t perform that action at this time.
0 commit comments