File tree Expand file tree Collapse file tree 10 files changed +18
-18
lines changed
actions/deploy-keptn-on-cluster Expand file tree Collapse file tree 10 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ runs:
30
30
using : " composite"
31
31
steps :
32
32
- name : Set up Go 1.x
33
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
33
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
34
34
with :
35
35
go-version : ${{ env.GO_VERSION }}
36
36
cache : true
37
37
cache-dependency-path : ' **/go.sum'
38
38
check-latest : true
39
39
40
40
- name : Download artifacts
41
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
41
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
42
42
with :
43
43
path : ~/download/artifacts
44
44
Original file line number Diff line number Diff line change 91
91
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
92
92
93
93
- name : Set up Go 1.x
94
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
94
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
95
95
with :
96
96
go-version : ${{ env.GO_VERSION }}
97
97
cache : true
@@ -139,7 +139,7 @@ jobs:
139
139
140
140
- name : Cache build tools
141
141
id : cache-build-tools
142
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
142
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
143
143
with :
144
144
path : ./${{ matrix.config.folder }}bin
145
145
key : build-tools-${{ github.ref_name }}
@@ -149,7 +149,7 @@ jobs:
149
149
uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
150
150
151
151
- name : Build Docker Image
152
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
152
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
153
153
with :
154
154
context : ${{ matrix.config.folder }}
155
155
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 22
22
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
23
24
24
- name : Set up Go 1.x
25
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
25
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
26
26
with :
27
27
go-version : ${{ env.GO_VERSION }}
28
28
cache : true
Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ jobs:
41
41
- name : Check out code
42
42
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
43
44
- - uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
44
+ - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
45
45
with :
46
46
go-version : ${{ env.GO_VERSION }}
47
47
check-latest : true
48
48
49
49
- name : golangci-lint
50
- uses : golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6
50
+ uses : golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6
51
51
with :
52
52
working-directory : ${{ matrix.config.folder }}
53
53
version : ${{ env.GOLANGCI_LINT_VERSION }}
Original file line number Diff line number Diff line change 31
31
fetch-depth : 0
32
32
33
33
- name : Cache HTMLTest packages
34
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
34
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
35
35
with :
36
36
path : |
37
37
tmp/.htmltest
Original file line number Diff line number Diff line change 28
28
29
29
- name : Cache build tools
30
30
id : cache-build-tools
31
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4
31
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
32
32
with :
33
33
path : /usr/local/bin/kube-burner
34
34
key : kube-burner-${{ env.KUBE_BURNER_VERSION }}
Original file line number Diff line number Diff line change 75
75
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
76
76
77
77
- name : Set up Go 1.x
78
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
78
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
79
79
with :
80
80
go-version : ${{ env.GO_VERSION }}
81
81
check-latest : true
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ jobs:
155
155
uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
156
156
157
157
- name : Login to GitHub Container Registry
158
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
158
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
159
159
with :
160
160
registry : " ghcr.io"
161
161
username : ${{ github.actor }}
@@ -179,7 +179,7 @@ jobs:
179
179
180
180
- name : Build Docker Image
181
181
id : docker_build_image
182
- uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
182
+ uses : docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16 .0
183
183
with :
184
184
context : ${{ matrix.config.folder }}
185
185
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 99
99
steps :
100
100
- name : Set up Go
101
101
if : matrix.tool == 'kubeconform'
102
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
102
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
103
103
with :
104
104
go-version : ${{ env.GO_VERSION }}
105
105
check-latest : true
@@ -113,7 +113,7 @@ jobs:
113
113
114
114
- name : Download tag
115
115
id : download_manifests
116
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
116
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
117
117
with :
118
118
name : tag
119
119
path : tag
@@ -226,7 +226,7 @@ jobs:
226
226
227
227
- name : Download images
228
228
id : download_images
229
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4
229
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
230
230
with :
231
231
name : images
232
232
path : images
@@ -254,7 +254,7 @@ jobs:
254
254
- " keptn-cert-manager"
255
255
steps :
256
256
- name : Set up Go 1.x
257
- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5
257
+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5
258
258
with :
259
259
cache-dependency-path : ${{ matrix.artifact }}/go.sum
260
260
go-version : ${{ env.GO_VERSION }}
Original file line number Diff line number Diff line change 39
39
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40
40
41
41
- name : Set up Node
42
- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
42
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
43
43
with :
44
44
node-version : 16
45
45
You can’t perform that action at this time.
0 commit comments