5050
5151 - name : Check for changed files
5252 id : check
53- uses : stackabletech/actions/detect-changes@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
53+ uses : stackabletech/actions/detect-changes@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
5454 with :
5555 patterns : |
5656 - '.github/workflows/build.yaml'
@@ -206,7 +206,7 @@ jobs:
206206
207207 - name : Build Container Image
208208 id : build
209- uses : stackabletech/actions/build-container-image@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
209+ uses : stackabletech/actions/build-container-image@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
210210 with :
211211 image-name : ${{ env.OPERATOR_NAME }}
212212 image-index-manifest-tag : ${{ steps.version.outputs.OPERATOR_VERSION }}
@@ -215,7 +215,7 @@ jobs:
215215
216216 - name : Publish Container Image to oci.stackable.tech
217217 if : ${{ !github.event.pull_request.head.repo.fork }}
218- uses : stackabletech/actions/publish-image@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
218+ uses : stackabletech/actions/publish-image@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
219219 with :
220220 image-registry-uri : oci.stackable.tech
221221 image-registry-username : robot$sdp+github-action-build
@@ -226,7 +226,7 @@ jobs:
226226
227227 - name : Publish Container Image to quay.io
228228 if : ${{ !github.event.pull_request.head.repo.fork }}
229- uses : stackabletech/actions/publish-image@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
229+ uses : stackabletech/actions/publish-image@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
230230 with :
231231 image-registry-uri : quay.io
232232 image-registry-username : stackable+robot_sdp_github_action_build
@@ -256,7 +256,7 @@ jobs:
256256 persist-credentials : false
257257
258258 - name : Publish and Sign Image Index to oci.stackable.tech
259- uses : stackabletech/actions/publish-image-index-manifest@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
259+ uses : stackabletech/actions/publish-image-index-manifest@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
260260 with :
261261 image-registry-uri : oci.stackable.tech
262262 image-registry-username : robot$sdp+github-action-build
@@ -265,7 +265,7 @@ jobs:
265265 canonical-image-index-manifest-tag : ${{ needs.build-container-image.outputs.operator-version }}
266266
267267 - name : Publish and Sign Image Index to quay.io
268- uses : stackabletech/actions/publish-image-index-manifest@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
268+ uses : stackabletech/actions/publish-image-index-manifest@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
269269 with :
270270 image-registry-uri : quay.io
271271 image-registry-username : stackable+robot_sdp_github_action_build
@@ -295,7 +295,7 @@ jobs:
295295 submodules : recursive
296296
297297 - name : Package, Publish, and Sign Helm Chart to oci.stackable.tech
298- uses : stackabletech/actions/publish-helm-chart@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
298+ uses : stackabletech/actions/publish-helm-chart@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
299299 with :
300300 chart-registry-uri : oci.stackable.tech
301301 chart-registry-username : robot$sdp-charts+github-action-build
@@ -307,7 +307,7 @@ jobs:
307307 publish-and-sign : ${{ !github.event.pull_request.head.repo.fork }}
308308
309309 - name : Package, Publish, and Sign Helm Chart to quay.io
310- uses : stackabletech/actions/publish-helm-chart@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
310+ uses : stackabletech/actions/publish-helm-chart@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
311311 with :
312312 chart-registry-uri : quay.io
313313 chart-registry-username : stackable+robot_sdp_charts_github_action_build
@@ -339,13 +339,13 @@ jobs:
339339 runs-on : ubuntu-latest
340340 steps :
341341 - name : Run OpenShift Preflight Check for oci.stackable.tech
342- uses : stackabletech/actions/run-openshift-preflight@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
342+ uses : stackabletech/actions/run-openshift-preflight@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
343343 with :
344344 image-index-uri : oci.stackable.tech/sdp/${{ env.OPERATOR_NAME }}:${{ needs.build-container-image.outputs.operator-version }}
345345 image-architecture : ${{ matrix.arch }}
346346
347347 - name : Run OpenShift Preflight Check for quay.io
348- uses : stackabletech/actions/run-openshift-preflight@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
348+ uses : stackabletech/actions/run-openshift-preflight@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
349349 with :
350350 image-index-uri : quay.io/stackable/sdp/${{ env.OPERATOR_NAME }}:${{ needs.build-container-image.outputs.operator-version }}
351351 image-architecture : ${{ matrix.arch }}
@@ -432,7 +432,7 @@ jobs:
432432 echo "COMBINED_CHECKS_RESULT=$COMBINED_CHECKS_RESULT" | tee -a "$GITHUB_OUTPUT"
433433
434434 - name : Send Notification
435- uses : stackabletech/actions/send-slack-notification@e8aed001d347bcf693e41b61f4098b0cb94b4ab6 # v0.18.0
435+ uses : stackabletech/actions/send-slack-notification@34a64229959b15db6c5f307db8809805ba7edc55 # v0.18.3
436436 with :
437437 combined-checks-result : ${{ steps.combine.outputs.COMBINED_CHECKS_RESULT }}
438438 publish-helm-chart-result : ${{ needs.publish-helm-chart.result }}
0 commit comments