From 3a1ce1443c9c9fa2ae32b50caf0cf8f83e3cfd85 Mon Sep 17 00:00:00 2001 From: "elliot.moore" Date: Tue, 30 Jul 2024 07:38:47 +0100 Subject: [PATCH] Step SHA --- .github/workflows/_cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_cicd.yml b/.github/workflows/_cicd.yml index d71f56681..61df0e0e8 100644 --- a/.github/workflows/_cicd.yml +++ b/.github/workflows/_cicd.yml @@ -29,7 +29,7 @@ jobs: release-dev: # if: ${{ false }} # Uncomment this, and comment out the line below, to disable this workflow path if: github.event_name == 'workflow_dispatch' - uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@dccdcea341026ff1d25aaf0242999ac90bdd7c01 + uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@77ecc89813c9d7a0cbb8c567a89ab9b88b5663e4 with: environment: dev core_infra_repo_reference: ${{ inputs.core_repo_reference }} @@ -41,7 +41,7 @@ jobs: release-preprod: # if: ${{ false }} # Uncomment this, and comment out the line below, to disable this workflow path if: github.event_name == 'push' && github.ref_name == 'main' - uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@dccdcea341026ff1d25aaf0242999ac90bdd7c01 + uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@77ecc89813c9d7a0cbb8c567a89ab9b88b5663e4 with: environment: preprod core_infra_repo_reference: 'refs/heads/main' @@ -53,7 +53,7 @@ jobs: release-prod: # if: ${{ false }} # Uncomment this, and comment out the line below, to disable this workflow path if: github.event_name == 'release' - uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@dccdcea341026ff1d25aaf0242999ac90bdd7c01 + uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@77ecc89813c9d7a0cbb8c567a89ab9b88b5663e4 with: environment: prod core_infra_repo_reference: 'refs/heads/main'