From 5411d8b20a363ad46c48e7c7ac345167ff0f9c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:33:40 +0000 Subject: [PATCH] BAU: Bump govuk-one-login/devplatform-upload-action-ecr Bumps [govuk-one-login/devplatform-upload-action-ecr](https://github.com/govuk-one-login/devplatform-upload-action-ecr) from 1.2.6 to 1.3.0. - [Release notes](https://github.com/govuk-one-login/devplatform-upload-action-ecr/releases) - [Commits](https://github.com/govuk-one-login/devplatform-upload-action-ecr/compare/v1.2.6...v1.3.0) --- updated-dependencies: - dependency-name: govuk-one-login/devplatform-upload-action-ecr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/post-merge-deploy-to-dev.yml | 2 +- .github/workflows/secure-post-merge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-merge-deploy-to-dev.yml b/.github/workflows/post-merge-deploy-to-dev.yml index 9ea6579..144a304 100644 --- a/.github/workflows/post-merge-deploy-to-dev.yml +++ b/.github/workflows/post-merge-deploy-to-dev.yml @@ -40,7 +40,7 @@ jobs: password: ${{ secrets.DYNATRACE_PAAS_TOKEN }} - name: "Push signed image to ECR, updated SAM template with image then upload it to the S3 Artifact Bucket" - uses: govuk-one-login/devplatform-upload-action-ecr@v1.2.6 + uses: govuk-one-login/devplatform-upload-action-ecr@v1.3.0 with: artifact-bucket-name: ${{ secrets.AWS_DEV_DEPLOY_PASSPORTA_FRONT_DEV_ARTIFACT_BUCKET_NAME }} template-file: deploy/template.yaml diff --git a/.github/workflows/secure-post-merge.yml b/.github/workflows/secure-post-merge.yml index 66db4ac..d5349d9 100644 --- a/.github/workflows/secure-post-merge.yml +++ b/.github/workflows/secure-post-merge.yml @@ -47,7 +47,7 @@ jobs: cosign-release: 'v1.9.0' - name: "Push signed image to ECR, updated SAM template with image then upload it to the S3 Artifact Bucket" - uses: govuk-one-login/devplatform-upload-action-ecr@v1.2.6 + uses: govuk-one-login/devplatform-upload-action-ecr@v1.3.0 with: artifact-bucket-name: ${{ secrets.ARTIFACT_BUCKET_NAME }} template-file: deploy/template.yaml