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