7777 fetch-depth : 0
7878
7979 - name : Run pre-commit
80- uses : stackabletech/actions/run-pre-commit@efc06eb100e571de1388490573c173d83c102f88 # TODO: Use released image
80+ uses : stackabletech/actions/run-pre-commit@606050044528ca7349663d7e2c6d5f579ee69e87 # TODO: Use released image
8181 with :
8282 rust : ${{ env.RUST_NIGHTLY_TOOLCHAIN_VERSION }}
8383 nix-github-token : ${{ secrets.GITHUB_TOKEN }}
@@ -227,15 +227,15 @@ jobs:
227227
228228 - name : Build Container Image
229229 id : build
230- uses : stackabletech/actions/build-container-image@efc06eb100e571de1388490573c173d83c102f88 # TODO: Use released image
230+ uses : stackabletech/actions/build-container-image@606050044528ca7349663d7e2c6d5f579ee69e87 # TODO: Use released image
231231 with :
232232 image-name : ${{ steps.name.outputs.OPERATOR_NAME }}
233233 image-index-manifest-tag : ${{ steps.version.outputs.OPERATOR_VERSION }}
234234 build-arguments : VERSION=${{ steps.version.outputs.OPERATOR_VERSION }}
235235 container-file : docker/Dockerfile
236236
237237 - name : Publish Container Image
238- uses : stackabletech/actions/publish-image@efc06eb100e571de1388490573c173d83c102f88 # TODO: Use released image
238+ uses : stackabletech/actions/publish-image@606050044528ca7349663d7e2c6d5f579ee69e87 # TODO: Use released image
239239 with :
240240 image-registry-uri : oci.stackable.tech
241241 image-registry-username : robot$sdp+github-action-build
@@ -259,7 +259,7 @@ jobs:
259259 submodules : recursive
260260
261261 - name : Publish and Sign Image Index
262- uses : stackabletech/actions/publish-image-index-manifest@efc06eb100e571de1388490573c173d83c102f88 # TODO: Use released image
262+ uses : stackabletech/actions/publish-image-index-manifest@606050044528ca7349663d7e2c6d5f579ee69e87 # TODO: Use released image
263263 with :
264264 image-registry-uri : oci.stackable.tech
265265 image-registry-username : robot$sdp+github-action-build
@@ -283,7 +283,7 @@ jobs:
283283 submodules : recursive
284284
285285 - name : Package, Publish, and Sign Helm Chart
286- uses : stackabletech/actions/publish-helm-chart@efc06eb100e571de1388490573c173d83c102f88 # TODO: Use released version
286+ uses : stackabletech/actions/publish-helm-chart@606050044528ca7349663d7e2c6d5f579ee69e87 # TODO: Use released version
287287 with :
288288 chart-registry-uri : oci.stackable.tech
289289 chart-registry-username : robot$sdp-charts+github-action-build
@@ -313,7 +313,7 @@ jobs:
313313 submodules : recursive
314314
315315 - name : Run OpenShift Preflight Check
316- uses : stackabletech/actions/run-openshift-preflight@efc06eb100e571de1388490573c173d83c102f88 # TODO: Use released version
316+ uses : stackabletech/actions/run-openshift-preflight@606050044528ca7349663d7e2c6d5f579ee69e87 # TODO: Use released version
317317 with :
318318 image-index-uri : oci.stackable.tech/sdp/${{ needs.build-image.outputs.operator-name }}:${{ needs.build-image.outputs.operator-version }}
319319 image-architecture : ${{ matrix.arch }}
0 commit comments