Skip to content

Commit ba82093

Browse files
authored
ci: Bump stackabletech/actions to v0.17.5 (#631)
* ci: Bump stackabletech/actions to v0.17.5 * ci(template): Bump stackabletech/actions to v0.17.5
1 parent 6c07dc9 commit ba82093

5 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/pr_prek.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
persist-credentials: false
2121
fetch-depth: 0
22-
- uses: stackabletech/actions/run-prek@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
22+
- uses: stackabletech/actions/run-prek@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
2323
with:
2424
hadolint: ${{ env.HADOLINT_VERSION }}

template/.github/workflows/build.yaml.j2

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Check for changed files
5252
id: check
53-
uses: stackabletech/actions/detect-changes@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
53+
uses: stackabletech/actions/detect-changes@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
5454
with:
5555
patterns: |
5656
- '.github/workflows/build.yaml'
@@ -175,7 +175,7 @@ jobs:
175175

176176
- name: Build Container Image
177177
id: build
178-
uses: stackabletech/actions/build-container-image@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
178+
uses: stackabletech/actions/build-container-image@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
179179
with:
180180
image-name: ${{ env.OPERATOR_NAME }}
181181
image-index-manifest-tag: ${{ steps.version.outputs.OPERATOR_VERSION }}
@@ -184,7 +184,7 @@ jobs:
184184

185185
- name: Publish Container Image to oci.stackable.tech
186186
if: ${{ !github.event.pull_request.head.repo.fork }}
187-
uses: stackabletech/actions/publish-image@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
187+
uses: stackabletech/actions/publish-image@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
188188
with:
189189
image-registry-uri: oci.stackable.tech
190190
image-registry-username: robot$sdp+github-action-build
@@ -195,7 +195,7 @@ jobs:
195195

196196
- name: Publish Container Image to quay.io
197197
if: ${{ !github.event.pull_request.head.repo.fork }}
198-
uses: stackabletech/actions/publish-image@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
198+
uses: stackabletech/actions/publish-image@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
199199
with:
200200
image-registry-uri: quay.io
201201
image-registry-username: stackable+robot_sdp_github_action_build
@@ -225,7 +225,7 @@ jobs:
225225
persist-credentials: false
226226

227227
- name: Publish and Sign Image Index to oci.stackable.tech
228-
uses: stackabletech/actions/publish-image-index-manifest@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
228+
uses: stackabletech/actions/publish-image-index-manifest@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
229229
with:
230230
image-registry-uri: oci.stackable.tech
231231
image-registry-username: robot$sdp+github-action-build
@@ -234,7 +234,7 @@ jobs:
234234
image-index-manifest-tag: ${{ needs.build-container-image.outputs.operator-version }}
235235

236236
- name: Publish and Sign Image Index to quay.io
237-
uses: stackabletech/actions/publish-image-index-manifest@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
237+
uses: stackabletech/actions/publish-image-index-manifest@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
238238
with:
239239
image-registry-uri: quay.io
240240
image-registry-username: stackable+robot_sdp_github_action_build
@@ -264,7 +264,7 @@ jobs:
264264
submodules: recursive
265265

266266
- name: Package, Publish, and Sign Helm Chart to oci.stackable.tech
267-
uses: stackabletech/actions/publish-helm-chart@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
267+
uses: stackabletech/actions/publish-helm-chart@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
268268
with:
269269
chart-registry-uri: oci.stackable.tech
270270
chart-registry-username: robot$sdp-charts+github-action-build
@@ -276,7 +276,7 @@ jobs:
276276
publish-and-sign: ${{ !github.event.pull_request.head.repo.fork }}
277277

278278
- name: Package, Publish, and Sign Helm Chart to quay.io
279-
uses: stackabletech/actions/publish-helm-chart@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
279+
uses: stackabletech/actions/publish-helm-chart@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
280280
with:
281281
chart-registry-uri: quay.io
282282
chart-registry-username: stackable+robot_sdp_charts_github_action_build
@@ -308,13 +308,13 @@ jobs:
308308
runs-on: ubuntu-latest
309309
steps:
310310
- name: Run OpenShift Preflight Check for oci.stackable.tech
311-
uses: stackabletech/actions/run-openshift-preflight@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
311+
uses: stackabletech/actions/run-openshift-preflight@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
312312
with:
313313
image-index-uri: oci.stackable.tech/sdp/${{ env.OPERATOR_NAME }}:${{ needs.build-container-image.outputs.operator-version }}
314314
image-architecture: ${{ matrix.arch }}
315315

316316
- name: Run OpenShift Preflight Check for quay.io
317-
uses: stackabletech/actions/run-openshift-preflight@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
317+
uses: stackabletech/actions/run-openshift-preflight@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
318318
with:
319319
image-index-uri: quay.io/stackable/sdp/${{ env.OPERATOR_NAME }}:${{ needs.build-container-image.outputs.operator-version }}
320320
image-architecture: ${{ matrix.arch }}
@@ -380,7 +380,7 @@ jobs:
380380
runs-on: ubuntu-latest
381381
steps:
382382
- name: Send Notification
383-
uses: stackabletech/actions/send-slack-notification@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
383+
uses: stackabletech/actions/send-slack-notification@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
384384
with:
385385
publish-helm-chart-result: ${{ needs.publish-helm-chart.result }}
386386
publish-manifests-result: ${{ needs.publish-index-manifest.result }}

template/.github/workflows/integration-test-custom.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Run Integration Test
3030
id: test
31-
uses: stackabletech/actions/run-integration-test@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
31+
uses: stackabletech/actions/run-integration-test@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
3232
with:
3333
replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}
3434
otlp-bearer-token: ${{ secrets.OTLP_BEARER_TOKEN }}
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Send Notification
4141
if: ${{ failure() || github.run_attempt > 1 }}
42-
uses: stackabletech/actions/send-slack-notification@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
42+
uses: stackabletech/actions/send-slack-notification@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
4343
with:
4444
slack-token: ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
4545
failed-tests: ${{ steps.test.outputs.failed-tests }}

template/.github/workflows/integration-test-profile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Run Integration Test
4242
id: test
43-
uses: stackabletech/actions/run-integration-test@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
43+
uses: stackabletech/actions/run-integration-test@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
4444
with:
4545
replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}
4646
otlp-bearer-token: ${{ secrets.OTLP_BEARER_TOKEN }}
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Send Notification
5151
if: ${{ failure() || github.run_attempt > 1 }}
52-
uses: stackabletech/actions/send-slack-notification@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
52+
uses: stackabletech/actions/send-slack-notification@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
5353
with:
5454
slack-token: ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
5555
failed-tests: ${{ steps.test.outputs.failed-tests }}

template/.github/workflows/pr_prek.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131
submodules: recursive
3232
fetch-depth: 0
33-
- uses: stackabletech/actions/run-prek@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
33+
- uses: stackabletech/actions/run-prek@0fe048f952bee522474903a925ea48dc706a0bb4 # v0.17.5
3434
with:
3535
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
3636
hadolint: ${{ env.HADOLINT_VERSION }}

0 commit comments

Comments
 (0)