Skip to content

Commit 6c07dc9

Browse files
authored
ci: Bump stackabletech/actions to v0.17.4 (#630)
* chore: Use correct name to retire file * ci: Bump stackabletech/actions to v0.17.4 * ci(template): Bump stackabletech/actions to v0.17.4 * ci(template): Set stackabletech/cargo-install-action input Otherwise this fails to download the binary.
1 parent 9d5273b commit 6c07dc9

6 files changed

Lines changed: 21 additions & 19 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@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
22+
- uses: stackabletech/actions/run-prek@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
2323
with:
2424
hadolint: ${{ env.HADOLINT_VERSION }}

config/retired_files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# TODO (@Techassi): Clean those up
66
retired_files:
77
- .readme/static/borrowed/sdp_overview.png
8-
- .github/workflows/integration-test.yaml
8+
- .github/workflows/integration-test.yml
99
- .github/workflows/pr_pre-commit.yaml
1010
- .github/workflows/build.yml
1111
- .github/ISSUE_TEMPLATE/normal-issue.md

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

Lines changed: 14 additions & 12 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@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
53+
uses: stackabletech/actions/detect-changes@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
5454
with:
5555
patterns: |
5656
- '.github/workflows/build.yaml'
@@ -98,7 +98,9 @@ jobs:
9898
key: udeps
9999

100100
- name: Install cargo-udeps
101-
uses: stackabletech/cargo-install-action@e3e2dcf8d0f0e5bdbc619bf6ee7560dd68152d3c # cargo-udeps
101+
uses: stackabletech/cargo-install-action@e3e2dcf8d0f0e5bdbc619bf6ee7560dd68152d3c
102+
with:
103+
crate: cargo-udeps
102104

103105
- name: Run cargo-udeps
104106
run: cargo udeps --workspace --all-targets
@@ -173,7 +175,7 @@ jobs:
173175

174176
- name: Build Container Image
175177
id: build
176-
uses: stackabletech/actions/build-container-image@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
178+
uses: stackabletech/actions/build-container-image@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
177179
with:
178180
image-name: ${{ env.OPERATOR_NAME }}
179181
image-index-manifest-tag: ${{ steps.version.outputs.OPERATOR_VERSION }}
@@ -182,7 +184,7 @@ jobs:
182184

183185
- name: Publish Container Image to oci.stackable.tech
184186
if: ${{ !github.event.pull_request.head.repo.fork }}
185-
uses: stackabletech/actions/publish-image@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
187+
uses: stackabletech/actions/publish-image@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
186188
with:
187189
image-registry-uri: oci.stackable.tech
188190
image-registry-username: robot$sdp+github-action-build
@@ -193,7 +195,7 @@ jobs:
193195

194196
- name: Publish Container Image to quay.io
195197
if: ${{ !github.event.pull_request.head.repo.fork }}
196-
uses: stackabletech/actions/publish-image@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
198+
uses: stackabletech/actions/publish-image@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
197199
with:
198200
image-registry-uri: quay.io
199201
image-registry-username: stackable+robot_sdp_github_action_build
@@ -223,7 +225,7 @@ jobs:
223225
persist-credentials: false
224226

225227
- name: Publish and Sign Image Index to oci.stackable.tech
226-
uses: stackabletech/actions/publish-image-index-manifest@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
228+
uses: stackabletech/actions/publish-image-index-manifest@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
227229
with:
228230
image-registry-uri: oci.stackable.tech
229231
image-registry-username: robot$sdp+github-action-build
@@ -232,7 +234,7 @@ jobs:
232234
image-index-manifest-tag: ${{ needs.build-container-image.outputs.operator-version }}
233235

234236
- name: Publish and Sign Image Index to quay.io
235-
uses: stackabletech/actions/publish-image-index-manifest@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
237+
uses: stackabletech/actions/publish-image-index-manifest@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
236238
with:
237239
image-registry-uri: quay.io
238240
image-registry-username: stackable+robot_sdp_github_action_build
@@ -262,7 +264,7 @@ jobs:
262264
submodules: recursive
263265

264266
- name: Package, Publish, and Sign Helm Chart to oci.stackable.tech
265-
uses: stackabletech/actions/publish-helm-chart@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
267+
uses: stackabletech/actions/publish-helm-chart@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
266268
with:
267269
chart-registry-uri: oci.stackable.tech
268270
chart-registry-username: robot$sdp-charts+github-action-build
@@ -274,7 +276,7 @@ jobs:
274276
publish-and-sign: ${{ !github.event.pull_request.head.repo.fork }}
275277

276278
- name: Package, Publish, and Sign Helm Chart to quay.io
277-
uses: stackabletech/actions/publish-helm-chart@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
279+
uses: stackabletech/actions/publish-helm-chart@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
278280
with:
279281
chart-registry-uri: quay.io
280282
chart-registry-username: stackable+robot_sdp_charts_github_action_build
@@ -306,13 +308,13 @@ jobs:
306308
runs-on: ubuntu-latest
307309
steps:
308310
- name: Run OpenShift Preflight Check for oci.stackable.tech
309-
uses: stackabletech/actions/run-openshift-preflight@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
311+
uses: stackabletech/actions/run-openshift-preflight@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
310312
with:
311313
image-index-uri: oci.stackable.tech/sdp/${{ env.OPERATOR_NAME }}:${{ needs.build-container-image.outputs.operator-version }}
312314
image-architecture: ${{ matrix.arch }}
313315

314316
- name: Run OpenShift Preflight Check for quay.io
315-
uses: stackabletech/actions/run-openshift-preflight@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
317+
uses: stackabletech/actions/run-openshift-preflight@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
316318
with:
317319
image-index-uri: quay.io/stackable/sdp/${{ env.OPERATOR_NAME }}:${{ needs.build-container-image.outputs.operator-version }}
318320
image-architecture: ${{ matrix.arch }}
@@ -378,7 +380,7 @@ jobs:
378380
runs-on: ubuntu-latest
379381
steps:
380382
- name: Send Notification
381-
uses: stackabletech/actions/send-slack-notification@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
383+
uses: stackabletech/actions/send-slack-notification@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
382384
with:
383385
publish-helm-chart-result: ${{ needs.publish-helm-chart.result }}
384386
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@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
31+
uses: stackabletech/actions/run-integration-test@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
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@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
42+
uses: stackabletech/actions/send-slack-notification@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
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@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
43+
uses: stackabletech/actions/run-integration-test@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
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@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
52+
uses: stackabletech/actions/send-slack-notification@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
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@b5cc0acc5287f6184551b77f3ae4a5c3e41678c4 # v0.17.3
33+
- uses: stackabletech/actions/run-prek@bc17d3c4808a2343685853d0d757ad7614f660d4 # v0.17.4
3434
with:
3535
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
3636
hadolint: ${{ env.HADOLINT_VERSION }}

0 commit comments

Comments
 (0)