diff --git a/.github/actions/tf-plan-apply/action.yml b/.github/actions/tf-plan-apply/action.yml index 30d46fb0..0f68909c 100644 --- a/.github/actions/tf-plan-apply/action.yml +++ b/.github/actions/tf-plan-apply/action.yml @@ -22,7 +22,7 @@ inputs: terraform_version: description: "Terraform version to use" required: false - default: "1.14.3" + default: "1.14.5" working_directory: description: "Terraform working directory" diff --git a/.github/workflows/automated-deploy-dev.yml b/.github/workflows/automated-deploy-dev.yml index aeb58dab..f58c3b1c 100644 --- a/.github/workflows/automated-deploy-dev.yml +++ b/.github/workflows/automated-deploy-dev.yml @@ -60,7 +60,7 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@v3 with: - terraform_version: 1.14.3 + terraform_version: 1.14.5 terraform_wrapper: true - name: Initialise Terraform diff --git a/.github/workflows/base-cleanup-lambda-edge.yml b/.github/workflows/base-cleanup-lambda-edge.yml index 7d49c5f4..d8fa583c 100644 --- a/.github/workflows/base-cleanup-lambda-edge.yml +++ b/.github/workflows/base-cleanup-lambda-edge.yml @@ -69,7 +69,7 @@ jobs: if: env.DISTRIBUTION_ID != '' run: | python3 -m venv ./venv - ./venv/bin/pip3 install --upgrade pip boto3==1.33.11 + ./venv/bin/pip3 install --upgrade pip boto3==1.42.1 - name: Remove Lambda@Edge & CloudFront Associations if: env.DISTRIBUTION_ID != '' diff --git a/.github/workflows/base-cleanup-workspace.yml b/.github/workflows/base-cleanup-workspace.yml index bb6bf5cc..d65901a2 100644 --- a/.github/workflows/base-cleanup-workspace.yml +++ b/.github/workflows/base-cleanup-workspace.yml @@ -46,7 +46,7 @@ jobs: run: | python3 -m venv ./venv ./venv/bin/pip3 install --upgrade pip - ./venv/bin/pip3 install boto3==1.33.11 + ./venv/bin/pip3 install boto3==1.42.1 - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v5 diff --git a/.github/workflows/cron-daily-health-check.yml b/.github/workflows/cron-daily-health-check.yml index 4e134c00..c6b16f70 100644 --- a/.github/workflows/cron-daily-health-check.yml +++ b/.github/workflows/cron-daily-health-check.yml @@ -43,7 +43,7 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@v3 with: - terraform_version: 1.14.3 + terraform_version: 1.14.5 terraform_wrapper: false - name: Initialise Terraform @@ -134,9 +134,11 @@ jobs: start: serve -s dist browser: chrome working-directory: ./app + spec: | + cypress/e2e/0-ndr-core-tests/*.cy.js + cypress/e2e/0-ndr-core-tests/**/*.cy.js env: CYPRESS_BASE_URL: http://localhost:3000 - CYPRESS_grepTags: 'regression' - name: Upload Artifacts (Screenshots) uses: actions/upload-artifact@v6 diff --git a/.github/workflows/cron-tear-down-test.yml b/.github/workflows/cron-tear-down-test.yml index 17a4520a..434d2d54 100644 --- a/.github/workflows/cron-tear-down-test.yml +++ b/.github/workflows/cron-tear-down-test.yml @@ -56,7 +56,7 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@v3 with: - terraform_version: 1.14.3 + terraform_version: 1.14.5 terraform_wrapper: false - name: Initialise Terraform diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index cd755343..370a0340 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@v3 with: - terraform_version: 1.14.3 + terraform_version: 1.14.5 terraform_wrapper: false - name: Initialise Terraform diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 30315a91..4cafe498 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -38,7 +38,7 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@v3 with: - terraform_version: 1.14.3 + terraform_version: 1.14.5 terraform_wrapper: false - name: Initialise Terraform diff --git a/.github/workflows/tear-down-sandbox.yml b/.github/workflows/tear-down-sandbox.yml index 48344148..ee3c7ff4 100644 --- a/.github/workflows/tear-down-sandbox.yml +++ b/.github/workflows/tear-down-sandbox.yml @@ -87,7 +87,7 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@v3 with: - terraform_version: 1.14.3 + terraform_version: 1.14.5 - name: Initialise Terraform run: terraform init -backend-config=${{ vars.TF_BACKEND_FILE }} @@ -124,7 +124,7 @@ jobs: - name: Setup Terraform uses: hashicorp/setup-terraform@v3 with: - terraform_version: 1.14.3 + terraform_version: 1.14.5 - name: Initialise Terraform run: terraform init -backend-config=bucket=ndr-dev-terraform-state-${{ secrets.AWS_ACCOUNT_ID }}