From 439dba5088db45ffabc90b59bd591ab5c551c8f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 16:55:51 +0000 Subject: [PATCH] Bump aws-actions/amazon-ecr-login from 2.0.2 to 2.1.2 Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 2.0.2 to 2.1.2. - [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases) - [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-actions/amazon-ecr-login/compare/c962da2960ed15f492addc26fffa274485265950...f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecr-login dependency-version: 2.1.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/alpha-integration-env.yml | 2 +- .github/workflows/preview-env.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpha-integration-env.yml b/.github/workflows/alpha-integration-env.yml index d31ffe99..11bfd565 100644 --- a/.github/workflows/alpha-integration-env.yml +++ b/.github/workflows/alpha-integration-env.yml @@ -46,7 +46,7 @@ jobs: - name: Login to Amazon ECR id: ecr-login - uses: aws-actions/amazon-ecr-login@c962da2960ed15f492addc26fffa274485265950 + uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 - name: Compute deployment metadata id: meta diff --git a/.github/workflows/preview-env.yml b/.github/workflows/preview-env.yml index fbcf8e9b..ae62fd60 100644 --- a/.github/workflows/preview-env.yml +++ b/.github/workflows/preview-env.yml @@ -59,7 +59,7 @@ jobs: - name: Login to Amazon ECR id: ecr-login - uses: aws-actions/amazon-ecr-login@c962da2960ed15f492addc26fffa274485265950 + uses: aws-actions/amazon-ecr-login@f2e9fc6c2b355c1890b65e6f6f0e2ac3e6e22f78 - name: Compute branch metadata id: meta