Skip to content

Commit 4bfd3b6

Browse files
authored
chore: Bump various actions to latest version (#41)
* chore: Bump docker/setup-buildx-action to 3.10.0 * chore: Bump sigstore/cosign-installer to 3.8.2 * chore: Bump docker/login-action to 3.4.0 * chore: Bump replicatedhq/replicated-actions to 1.19.0 * chore: Bump actions/setup-python to 5.5.0 * chore: Bump dtolnay/rust-toolchain * chore: Bump cachix/install-nix-action to 31.2.0 * chore: Bump default tool version input values * beku to 0.0.10 * kuttl to 0.22.0 * stackablectl to 25.3.0
1 parent 8bfd604 commit 4bfd3b6

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

build-container-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
using: composite
3737
steps:
3838
- name: Setup Docker Buildx
39-
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
39+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
4040

4141
- name: Build ${{ inputs.image-name }}:${{ inputs.image-index-manifest-tag }}
4242
id: build-image

build-product-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636
using: composite
3737
steps:
3838
- name: Setup Docker Buildx
39-
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
39+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10.0
4040

4141
# NOTE (@Techassi): Why do we install python via apt and not the setup-python action?
4242
- name: Setup Python

publish-image/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ runs:
4646
using: composite
4747
steps:
4848
- name: Set up Cosign
49-
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
49+
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
5050

5151
- name: Set up syft
5252
uses: anchore/sbom-action/download-syft@f325610c9f50a54015d37c8d16cb3b0e2c8f4de0 # v0.18.0
5353

5454
- 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
5656
with:
5757
registry: ${{ inputs.image-registry-uri }}
5858
username: ${{ inputs.image-registry-username }}

publish-index-manifest/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ runs:
3232
using: composite
3333
steps:
3434
- name: Set up Cosign
35-
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
35+
uses: sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
3636

3737
- 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
3939
with:
4040
registry: ${{ inputs.image-registry-uri }}
4141
username: ${{ inputs.image-registry-username }}

run-integration-test/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ inputs:
1414
default: 0.1.0
1515
beku-version:
1616
description: Version of beku
17-
default: 0.0.8
17+
default: 0.0.10
1818
kuttl-version:
1919
description: Version of kubectl-kuttl
20-
default: 0.21.0
20+
default: 0.22.0
2121
stackablectl-version:
2222
description: Version of stackablectl
23-
default: 24.11.3
23+
default: 25.3.0
2424
outputs:
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@c98ab3b97925af5db9faf3f9676df7a9c6736985 # v1.17.0
109+
uses: replicatedhq/replicated-actions/create-cluster@49b440dabd7e0e868cbbabda5cfc0d8332a279fa # v1.19.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@c98ab3b97925af5db9faf3f9676df7a9c6736985 # v1.17.0
219+
uses: replicatedhq/replicated-actions/remove-cluster@49b440dabd7e0e868cbbabda5cfc0d8332a279fa # v1.19.0
220220
with:
221221
# See: https://github.com/replicatedhq/replicated-actions/tree/main/remove-cluster#inputs
222222
api-token: ${{ inputs.replicated-api-token }}

run-pre-commit/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
using: composite
3131
steps:
3232
- name: Setup Python
33-
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
33+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
3434
with:
3535
python-version: ${{ inputs.python-version }}
3636
# It doesn't make a whole lot of sense to use the pre-commit config file
@@ -77,7 +77,7 @@ runs:
7777
key: rust-toolchains-${{ inputs.rust }}-components-${{ env.RUST_COMPONENTS }}
7878

7979
- name: Setup Rust Toolchain
80-
uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c
80+
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
8181
if: ${{ inputs.rust && steps.rust-toolchain-cache.outputs.cache-hit != 'true' }}
8282
with:
8383
toolchain: ${{ inputs.rust }}
@@ -112,7 +112,7 @@ runs:
112112
113113
- name: Setup nix
114114
if: inputs.nix
115-
uses: cachix/install-nix-action@08dcb3a5e62fa31e2da3d490afc4176ef55ecd72 #v30
115+
uses: cachix/install-nix-action@754537aaedb35f72ab11a60cc162c49ef3016495 #v31.2.0
116116
with:
117117
github_access_token: ${{ inputs.nix-github-token }}
118118
install_url: https://releases.nixos.org/nix/nix-${{ inputs.nix }}/install

shard/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ outputs:
1515
runs:
1616
using: composite
1717
steps:
18-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
18+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
1919
with:
2020
python-version: '3.12'
2121

0 commit comments

Comments
 (0)