File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3636 using : composite
3737 steps :
3838 - name : Setup Docker Buildx
39- uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
39+ uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
4040
4141 - name : Build ${{ inputs.image-name }}:${{ inputs.image-index-manifest-tag }}
4242 id : build-image
Original file line number Diff line number Diff line change 3636 using : composite
3737 steps :
3838 - name : Setup Docker Buildx
39- uses : docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
39+ uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
4040
4141 # NOTE (@Techassi): Why do we install python via apt and not the setup-python action?
4242 - name : Setup Python
Original file line number Diff line number Diff line change 4949 uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
5050
5151 - name : Set up syft
52- uses : anchore/sbom-action/download-syft@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
52+ uses : anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
5353
5454 - name : Login to Container Registry (${{ inputs.image-registry-uri }})
5555 uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ inputs:
1717 default : 0.0.8
1818 kuttl-version :
1919 description : Version of kubectl-kuttl
20- default : 0.19 .0
20+ default : 0.21 .0
2121 stackablectl-version :
2222 description : Version of stackablectl
23- default : 24.11.2
23+ default : 24.11.3
2424outputs :
2525 start-time :
2626 description : The date and time this integration test was started.
@@ -106,7 +106,7 @@ runs:
106106 - name : Prepare Replicated Cluster
107107 if : env.KUBERNETES_DISTRIBUTION != 'ionos'
108108 id : prepare-replicated-cluster
109- uses : replicatedhq/replicated-actions/create-cluster@77121785951d05387334b773644c356885191f14 # v1.16.2
109+ uses : replicatedhq/replicated-actions/create-cluster@c98ab3b97925af5db9faf3f9676df7a9c6736985 # v1.17.0
110110 with :
111111 # See: https://github.com/replicatedhq/replicated-actions/tree/main/create-cluster#inputs
112112 api-token : ${{ inputs.replicated-api-token }}
@@ -216,7 +216,7 @@ runs:
216216 if : env.KUBERNETES_DISTRIBUTION != 'ionos' && always()
217217 # If the creation of the cluster failed, we don't want to error and abort
218218 continue-on-error : true
219- uses : replicatedhq/replicated-actions/remove-cluster@77121785951d05387334b773644c356885191f14 # v1.16.2
219+ uses : replicatedhq/replicated-actions/remove-cluster@c98ab3b97925af5db9faf3f9676df7a9c6736985 # v1.17.0
220220 with :
221221 # See: https://github.com/replicatedhq/replicated-actions/tree/main/remove-cluster#inputs
222222 api-token : ${{ inputs.replicated-api-token }}
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ runs:
2727 using : composite
2828 steps :
2929 - name : Setup Python
30- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
30+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
3131 with :
3232 python-version : ${{ inputs.python-version }}
3333
3434 - name : Setup Rust Toolchain
35- uses : dtolnay/rust-toolchain@315e265cd78dad1e1dcf3a5074f6d6c47029d5aa
35+ uses : dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
3636 if : ${{ inputs.rust }}
3737 with :
3838 toolchain : ${{ inputs.rust }}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ outputs:
1515runs :
1616 using : composite
1717 steps :
18- - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
18+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
1919 with :
2020 python-version : ' 3.12'
2121
You can’t perform that action at this time.
0 commit comments