From 64fe15ee82cb329db98aec344ad8cf8ddd8f64e9 Mon Sep 17 00:00:00 2001 From: "elliot.moore" Date: Mon, 29 Jul 2024 16:02:35 +0100 Subject: [PATCH] Stepped 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 f10d08cfd..caf5eaa32 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@fc592ad4ef99d2d608a9d4eacfe96b389fb1b879 + uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@e08a000085c2308455ad4f46cd460e0a4bfbee9a 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@fc592ad4ef99d2d608a9d4eacfe96b389fb1b879 + uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@e08a000085c2308455ad4f46cd460e0a4bfbee9a 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@fc592ad4ef99d2d608a9d4eacfe96b389fb1b879 + uses: i-dot-ai/redbox/.github/workflows/build-and-release.yml@e08a000085c2308455ad4f46cd460e0a4bfbee9a with: environment: prod core_infra_repo_reference: 'refs/heads/main'