From f94d26460eabfa35b68314925257623104cfa643 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 16:55:53 +0000 Subject: [PATCH] Bump aws-actions/amazon-ecr-login from 2.1.3 to 2.1.4 Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 2.1.3 to 2.1.4. - [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/376925c9d111252e87ae59691e5a442dd100ef6a...19d944daaa35f0fa1d3f7f8af1d3f2e5de25c5b7) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecr-login dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e845b0fe..7e6620bc 100644 --- a/.github/workflows/alpha-integration-env.yml +++ b/.github/workflows/alpha-integration-env.yml @@ -45,7 +45,7 @@ jobs: - name: Login to Amazon ECR id: ecr-login - uses: aws-actions/amazon-ecr-login@376925c9d111252e87ae59691e5a442dd100ef6a + uses: aws-actions/amazon-ecr-login@19d944daaa35f0fa1d3f7f8af1d3f2e5de25c5b7 - name: Compute deployment metadata id: meta diff --git a/.github/workflows/preview-env.yml b/.github/workflows/preview-env.yml index e3868417..e0c08356 100644 --- a/.github/workflows/preview-env.yml +++ b/.github/workflows/preview-env.yml @@ -58,7 +58,7 @@ jobs: - name: Login to Amazon ECR id: ecr-login - uses: aws-actions/amazon-ecr-login@376925c9d111252e87ae59691e5a442dd100ef6a + uses: aws-actions/amazon-ecr-login@19d944daaa35f0fa1d3f7f8af1d3f2e5de25c5b7 - name: Compute branch metadata id: meta