From 9a73030a53c504b4a2d8210ac7ed3e94416dccd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 16:04:17 +0000 Subject: [PATCH] chore(deps): bump aws-actions/amazon-ecr-login from 2.1.4 to 2.1.5 Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 2.1.4 to 2.1.5. - [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/19d944daaa35f0fa1d3f7f8af1d3f2e5de25c5b7...fa648b43de3d4d023bcb3f89ed6940096949c419) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecr-login dependency-version: 2.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy_container_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_container_image.yml b/.github/workflows/deploy_container_image.yml index 733a0c0..0ba2f09 100644 --- a/.github/workflows/deploy_container_image.yml +++ b/.github/workflows/deploy_container_image.yml @@ -93,7 +93,7 @@ jobs: - name: Login to AWS ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@19d944daaa35f0fa1d3f7f8af1d3f2e5de25c5b7 # v2.1.4 + uses: aws-actions/amazon-ecr-login@fa648b43de3d4d023bcb3f89ed6940096949c419 # v2.1.5 with: mask-password: 'true'