4141 runs-on: ubuntu-latest
4242 steps:
4343 - name: Checkout Repository
44- uses: stackabletech/actions/detect-changes@a1ab9bf951cf97728f0efaa58ba2105ad955e2e3 # v0.11 .0
44+ uses: stackabletech/actions/detect-changes@babe44d7b1db87f8e7731c011151d22a8a374191 # v0.12 .0
4545 with:
4646 persist-credentials: false
47- submodules: recursive
4847 fetch-depth: 0
4948
5049 - name: Check for changed files
@@ -167,15 +166,15 @@ jobs:
167166
168167 - name: Build Container Image
169168 id: build
170- uses: stackabletech/actions/build-container-image@29bea1b451c0c2e994bd495969286f95bf49ed6a # v0.11 .0
169+ uses: stackabletech/actions/build-container-image@babe44d7b1db87f8e7731c011151d22a8a374191 # v0.12 .0
171170 with:
172171 image-name: ${{ env.OPERATOR_NAME }}
173172 image-index-manifest-tag: ${{ steps.version.outputs.OPERATOR_VERSION }}
174173 build-arguments: VERSION=${{ steps.version.outputs.OPERATOR_VERSION }}
175174 container-file: docker/Dockerfile
176175
177176 - name: Publish Container Image
178- uses: stackabletech/actions/publish-image@29bea1b451c0c2e994bd495969286f95bf49ed6a # v0.11 .0
177+ uses: stackabletech/actions/publish-image@babe44d7b1db87f8e7731c011151d22a8a374191 # v0.12 .0
179178 with:
180179 image-registry-uri: oci.stackable.tech
181180 image-registry-username: robot$sdp+github-action-build
@@ -200,7 +199,7 @@ jobs:
200199 persist-credentials: false
201200
202201 - name: Publish and Sign Image Index
203- uses: stackabletech/actions/publish-image-index-manifest@29bea1b451c0c2e994bd495969286f95bf49ed6a # v0.11 .0
202+ uses: stackabletech/actions/publish-image-index-manifest@babe44d7b1db87f8e7731c011151d22a8a374191 # v0.12 .0
204203 with:
205204 image-registry-uri: oci.stackable.tech
206205 image-registry-username: robot$sdp+github-action-build
@@ -225,7 +224,7 @@ jobs:
225224 submodules: recursive
226225
227226 - name: Package, Publish, and Sign Helm Chart
228- uses: stackabletech/actions/publish-helm-chart@29bea1b451c0c2e994bd495969286f95bf49ed6a # v0.11 .0
227+ uses: stackabletech/actions/publish-helm-chart@babe44d7b1db87f8e7731c011151d22a8a374191 # v0.12 .0
229228 with:
230229 chart-registry-uri: oci.stackable.tech
231230 chart-registry-username: robot$sdp-charts+github-action-build
@@ -251,7 +250,7 @@ jobs:
251250 runs-on: ubuntu-latest
252251 steps:
253252 - name: Run OpenShift Preflight Check
254- uses: stackabletech/actions/run-openshift-preflight@29bea1b451c0c2e994bd495969286f95bf49ed6a # v0.11 .0
253+ uses: stackabletech/actions/run-openshift-preflight@babe44d7b1db87f8e7731c011151d22a8a374191 # v0.12 .0
255254 with:
256255 image-index-uri: oci.stackable.tech/sdp/${{ env.OPERATOR_NAME }}:${{ needs.build-container-image.outputs.operator-version }}
257256 image-architecture: ${{ matrix.arch }}
@@ -287,7 +286,7 @@ jobs:
287286 persist-credentials: false
288287
289288 - name: Send Notification
290- uses: stackabletech/actions/send-slack-notification@29bea1b451c0c2e994bd495969286f95bf49ed6a # v0.11 .0
289+ uses: stackabletech/actions/send-slack-notification@babe44d7b1db87f8e7731c011151d22a8a374191 # v0.12 .0
291290 with:
292291 publish-helm-chart-result: ${{ needs.publish-helm-chart.result }}
293292 publish-manifests-result: ${{ needs.publish-index-manifest.result }}
0 commit comments