Skip to content

Commit 8c6f160

Browse files
committed
Use updated actions
1 parent dca4a3b commit 8c6f160

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
fetch-depth: 0
7878

7979
- name: Run pre-commit
80-
uses: stackabletech/actions/run-pre-commit@bdac99602eb834b85fdddf207d68e51d0e8b9380 # v0.9.3
80+
uses: stackabletech/actions/run-pre-commit@efc06eb100e571de1388490573c173d83c102f88 # 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@7ffd8c8c5c0378ebeae80f95e2680510d3d1be4c # TODO: Use released image
230+
uses: stackabletech/actions/build-container-image@efc06eb100e571de1388490573c173d83c102f88 # 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@7ffd8c8c5c0378ebeae80f95e2680510d3d1be4c # TODO: Use released image
238+
uses: stackabletech/actions/publish-image@efc06eb100e571de1388490573c173d83c102f88 # 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-index-manifest@497f3e3cbfe9b89b1e570351b97d050eebcad5d0 # 0.8.3
262+
uses: stackabletech/actions/publish-image-index-manifest@efc06eb100e571de1388490573c173d83c102f88 # 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@0030b0c102b79d50bc25e4eb86810754504487c2 # TODO: Use released version
286+
uses: stackabletech/actions/publish-helm-chart@efc06eb100e571de1388490573c173d83c102f88 # 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@50f31550a09fc10b16892a85edfb75b6f2e448d6 # TODO: Use released version
316+
uses: stackabletech/actions/run-openshift-preflight@efc06eb100e571de1388490573c173d83c102f88 # 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

Comments
 (0)