diff --git a/.github/workflows/terragrunt-apply-production.yml b/.github/workflows/terragrunt-apply-production.yml index c8f0086c0..138b7f49c 100644 --- a/.github/workflows/terragrunt-apply-production.yml +++ b/.github/workflows/terragrunt-apply-production.yml @@ -212,6 +212,11 @@ jobs: matrix: image: [audit-logs, audit-logs-archiver, cognito-email-sender, cognito-pre-sign-up, form-archiver, nagware, notify-slack, reliability, reliability-dlq-consumer, response-archiver, submission, vault-integrity] steps: + - name: Checkout + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + with: + ref: ${{ env.VERSION }} + - name: Request Lambda functions to use new image uses: ./.github/workflows/request-lambda-functions-to-use-new-image with: diff --git a/.github/workflows/terragrunt-apply-staging.yml b/.github/workflows/terragrunt-apply-staging.yml index 287ef562c..736106eb6 100644 --- a/.github/workflows/terragrunt-apply-staging.yml +++ b/.github/workflows/terragrunt-apply-staging.yml @@ -210,6 +210,9 @@ jobs: matrix: image: ${{ fromJSON(needs.detect-lambda-changes.outputs.lambda-to-rebuild) }} steps: + - name: Checkout + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - name: Request Lambda functions to use new image uses: ./.github/workflows/request-lambda-functions-to-use-new-image with: