File tree 7 files changed +15
-15
lines changed
7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 36
36
using : composite
37
37
steps :
38
38
- name : Setup Docker Buildx
39
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
39
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
40
40
41
41
- name : Build ${{ inputs.image-name }}:${{ inputs.image-index-manifest-tag }}
42
42
id : build-image
Original file line number Diff line number Diff line change 36
36
using : composite
37
37
steps :
38
38
- name : Setup Docker Buildx
39
- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
39
+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
40
40
41
41
# NOTE (@Techassi): Why do we install python via apt and not the setup-python action?
42
42
- name : Setup Python
Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ runs:
46
46
using : composite
47
47
steps :
48
48
- name : Set up Cosign
49
- uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
49
+ uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
50
50
51
51
- name : Set up syft
52
52
uses : anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
53
53
54
54
- name : Login to Container Registry (${{ inputs.image-registry-uri }})
55
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
55
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
56
56
with :
57
57
registry : ${{ inputs.image-registry-uri }}
58
58
username : ${{ inputs.image-registry-username }}
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ runs:
32
32
using : composite
33
33
steps :
34
34
- name : Set up Cosign
35
- uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
35
+ uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
36
36
37
37
- name : Login to Container Registry (${{ inputs.image-registry-uri }})
38
- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
38
+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
39
39
with :
40
40
registry : ${{ inputs.image-registry-uri }}
41
41
username : ${{ inputs.image-registry-username }}
Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ inputs:
14
14
default : 0.1.0
15
15
beku-version :
16
16
description : Version of beku
17
- default : 0.0.8
17
+ default : 0.0.10
18
18
kuttl-version :
19
19
description : Version of kubectl-kuttl
20
- default : 0.21 .0
20
+ default : 0.22 .0
21
21
stackablectl-version :
22
22
description : Version of stackablectl
23
- default : 24.11.3
23
+ default : 25.3.0
24
24
outputs :
25
25
start-time :
26
26
description : The date and time this integration test was started.
@@ -106,7 +106,7 @@ runs:
106
106
- name : Prepare Replicated Cluster
107
107
if : env.KUBERNETES_DISTRIBUTION != 'ionos'
108
108
id : prepare-replicated-cluster
109
- uses : replicatedhq/replicated-actions/create-cluster@c98ab3b97925af5db9faf3f9676df7a9c6736985 # v1.17 .0
109
+ uses : replicatedhq/replicated-actions/create-cluster@49b440dabd7e0e868cbbabda5cfc0d8332a279fa # v1.19 .0
110
110
with :
111
111
# See: https://github.com/replicatedhq/replicated-actions/tree/main/create-cluster#inputs
112
112
api-token : ${{ inputs.replicated-api-token }}
@@ -216,7 +216,7 @@ runs:
216
216
if : env.KUBERNETES_DISTRIBUTION != 'ionos' && always()
217
217
# If the creation of the cluster failed, we don't want to error and abort
218
218
continue-on-error : true
219
- uses : replicatedhq/replicated-actions/remove-cluster@c98ab3b97925af5db9faf3f9676df7a9c6736985 # v1.17 .0
219
+ uses : replicatedhq/replicated-actions/remove-cluster@49b440dabd7e0e868cbbabda5cfc0d8332a279fa # v1.19 .0
220
220
with :
221
221
# See: https://github.com/replicatedhq/replicated-actions/tree/main/remove-cluster#inputs
222
222
api-token : ${{ inputs.replicated-api-token }}
Original file line number Diff line number Diff line change 30
30
using : composite
31
31
steps :
32
32
- name : Setup Python
33
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
33
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
34
34
with :
35
35
python-version : ${{ inputs.python-version }}
36
36
# It doesn't make a whole lot of sense to use the pre-commit config file
77
77
key : rust-toolchains-${{ inputs.rust }}-components-${{ env.RUST_COMPONENTS }}
78
78
79
79
- name : Setup Rust Toolchain
80
- uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
80
+ uses : dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
81
81
if : ${{ inputs.rust && steps.rust-toolchain-cache.outputs.cache-hit != 'true' }}
82
82
with :
83
83
toolchain : ${{ inputs.rust }}
@@ -112,7 +112,7 @@ runs:
112
112
113
113
- name : Setup nix
114
114
if : inputs.nix
115
- uses : cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 # v30
115
+ uses : cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 # v31.2.0
116
116
with :
117
117
github_access_token : ${{ inputs.nix-github-token }}
118
118
install_url : https://releases.nixos.org/nix/nix-${{ inputs.nix }}/install
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ outputs:
15
15
runs :
16
16
using : composite
17
17
steps :
18
- - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
18
+ - uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
19
19
with :
20
20
python-version : ' 3.12'
21
21
You can’t perform that action at this time.
0 commit comments