Skip to content

Commit 6df0045

Browse files
authored
ci: Bump stackabletech/actions to v0.14.1 (#1461)
1 parent 4f332c1 commit 6df0045

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/mirror.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo "IMAGE_REPOSITORY=$(.scripts/get_repo_name.sh)" | tee -a "$GITHUB_ENV"
6161
6262
- name: Publish Container Image on oci.stackable.tech
63-
uses: stackabletech/actions/publish-image@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
63+
uses: stackabletech/actions/publish-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
6464
with:
6565
image-registry-uri: oci.stackable.tech
6666
image-registry-username: robot$sdp+github-action-build
@@ -88,7 +88,7 @@ jobs:
8888
echo "IMAGE_REPOSITORY=$(.scripts/get_repo_name.sh)" | tee -a "$GITHUB_ENV"
8989
9090
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
91-
uses: stackabletech/actions/publish-image-index-manifest@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
91+
uses: stackabletech/actions/publish-image-index-manifest@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
9292
with:
9393
image-registry-uri: oci.stackable.tech
9494
image-registry-username: robot$sdp+github-action-build

.github/workflows/pr_pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323
fetch-depth: 0
2424

25-
- uses: stackabletech/actions/run-pre-commit@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
25+
- uses: stackabletech/actions/run-pre-commit@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
2626
with:
2727
python-version: ${{ env.PYTHON_VERSION }}
2828
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}

.github/workflows/reusable_build_image.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
persist-credentials: false
6969

7070
- id: shard
71-
uses: stackabletech/actions/shard@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
71+
uses: stackabletech/actions/shard@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
7272
with:
7373
product-name: ${{ inputs.product-name }}
7474
outputs:
@@ -95,19 +95,19 @@ jobs:
9595
persist-credentials: false
9696

9797
- name: Free Disk Space
98-
uses: stackabletech/actions/free-disk-space@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
98+
uses: stackabletech/actions/free-disk-space@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
9999

100100
- name: Build Product Image
101101
id: build
102-
uses: stackabletech/actions/build-product-image@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
102+
uses: stackabletech/actions/build-product-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
103103
with:
104104
registry-namespace: ${{ inputs.registry-namespace }}
105105
product-name: ${{ inputs.product-name }}
106106
product-version: ${{ matrix.versions }}
107107
sdp-version: ${{ inputs.sdp-version }}
108108

109109
- name: Publish Container Image on oci.stackable.tech
110-
uses: stackabletech/actions/publish-image@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
110+
uses: stackabletech/actions/publish-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
111111
with:
112112
image-registry-uri: oci.stackable.tech
113113
image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
@@ -134,7 +134,7 @@ jobs:
134134
persist-credentials: false
135135

136136
- name: Publish and Sign Image Index Manifest to oci.stackable.tech
137-
uses: stackabletech/actions/publish-image-index-manifest@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
137+
uses: stackabletech/actions/publish-image-index-manifest@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
138138
with:
139139
image-registry-uri: oci.stackable.tech
140140
image-registry-username: robot$${{ inputs.registry-namespace }}+github-action-build
@@ -149,7 +149,7 @@ jobs:
149149
if: failure() || (github.run_attempt > 1 && !cancelled())
150150
steps:
151151
- name: Send Notification
152-
uses: stackabletech/actions/send-slack-notification@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
152+
uses: stackabletech/actions/send-slack-notification@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
153153
with:
154154
publish-manifests-result: ${{ needs.publish_manifests.result }}
155155
build-result: ${{ needs.build.result }}

.github/workflows/ubi-rust-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
if: failure() || (github.run_attempt > 1 && !cancelled())
124124
steps:
125125
- name: Send Notification
126-
uses: stackabletech/actions/send-slack-notification@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
126+
uses: stackabletech/actions/send-slack-notification@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
127127
with:
128128
publish-manifests-result: ${{ needs.publish_manifests.result }}
129129
build-result: ${{ needs.build.result }}

0 commit comments

Comments
 (0)