Skip to content

Commit e74ac95

Browse files
authored
chore: Bump action versions (#18)
1 parent 5dd0d6f commit e74ac95

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

.github/workflows/pr_actions-smoke-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Generate Version List
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2323
- id: shard
2424
uses: ./shard
2525
with:
@@ -42,7 +42,7 @@ jobs:
4242
versions: ${{ fromJson(needs.generate_matrix.outputs.versions) }}
4343
steps:
4444
- name: Checkout Repository
45-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
45+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4646

4747
- name: Free Disk Space
4848
uses: ./free-disk-space
@@ -77,7 +77,7 @@ jobs:
7777
versions: ${{ fromJson(needs.generate_matrix.outputs.versions) }}
7878
steps:
7979
- name: Checkout Repository
80-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
80+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8181

8282
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
8383
uses: ./publish-index-manifest

.github/workflows/pr_pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
pre-commit:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
12+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313
with:
1414
fetch-depth: 0
1515
submodules: recursive

build-container-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
using: composite
4444
steps:
4545
- name: Setup Docker Buildx
46-
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
46+
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
4747

4848
# TODO (@NickLarsenNZ): Allow optional buildx cache
4949
# # Needed if you pass the --cache argument to the bake command below

build-product-image/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
using: composite
3535
steps:
3636
- name: Setup Docker Buildx
37-
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
37+
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
3838

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

publish-image/action.yml

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

5151
- name: Set up syft
52-
uses: anchore/sbom-action/download-syft@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2
52+
uses: anchore/sbom-action/download-syft@55dc4ee22412511ee8c3142cbea40418e6cec693 # v0.17.8
5353

5454
- name: Login to Container Registry (${{ inputs.image-registry-uri }})
5555
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0

publish-index-manifest/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
using: composite
3333
steps:
3434
- name: Set up Cosign
35-
uses: sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
35+
uses: sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
3636

3737
- name: Login to Container Registry (${{ inputs.image-registry-uri }})
3838
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0

run-integration-test/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ runs:
9999
- name: Prepare Replicated Cluster
100100
if: env.KUBERNETES_DISTRIBUTION != 'ionos'
101101
id: prepare-replicated-cluster
102-
uses: replicatedhq/replicated-actions/create-cluster@v1 # todo, hash
102+
uses: replicatedhq/replicated-actions/create-cluster@77121785951d05387334b773644c356885191f14 # v1.16.2
103103
with:
104104
# See: https://github.com/replicatedhq/replicated-actions/tree/main/create-cluster#inputs
105105
api-token: ${{ inputs.replicated-api-token }}
@@ -210,7 +210,7 @@ runs:
210210
if: env.KUBERNETES_DISTRIBUTION != 'ionos' && always()
211211
# If the creation of the cluster failed, we don't want to error and abort
212212
continue-on-error: true
213-
uses: replicatedhq/replicated-actions/remove-cluster@v1 # todo, hash
213+
uses: replicatedhq/replicated-actions/remove-cluster@77121785951d05387334b773644c356885191f14 # v1.16.2
214214
with:
215215
# See: https://github.com/replicatedhq/replicated-actions/tree/main/remove-cluster#inputs
216216
api-token: ${{ inputs.replicated-api-token }}

run-pre-commit/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ runs:
2121
using: composite
2222
steps:
2323
- name: Setup Python
24-
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
24+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2525
with:
2626
python-version: ${{ inputs.python-version }}
2727

2828
- name: Setup Rust Toolchain
29-
uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a
29+
uses: dtolnay/rust-toolchain@315e265cd78dad1e1dcf3a5074f6d6c47029d5aa
3030
if: ${{ inputs.rust }}
3131
with:
3232
toolchain: ${{ inputs.rust }}

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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
18+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
1919
with:
2020
python-version: '3.12'
2121

smoke/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM alpine
1+
FROM alpine@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
22

33
RUN echo "I'm a smoke test coming from https://github.com/stackabletech/actions"

0 commit comments

Comments
 (0)