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'
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 }}
0 commit comments