From 7659d0c78f20cc420d206528711739bef0549de5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 02:13:51 +0000 Subject: [PATCH] Bump aws-actions/amazon-ecr-login in the all-deps group Bumps the all-deps group with 1 update: [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login). Updates `aws-actions/amazon-ecr-login` from 2.1.5 to 2.1.6 - [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/fa648b43de3d4d023bcb3f89ed6940096949c419...d539f0932e70871a027e9d5a9d8fc38589180a64) --- updated-dependencies: - dependency-name: aws-actions/amazon-ecr-login dependency-version: 2.1.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/aws_conformance_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aws_conformance_ci.yml b/.github/workflows/aws_conformance_ci.yml index 78e37b59..3f6be714 100644 --- a/.github/workflows/aws_conformance_ci.yml +++ b/.github/workflows/aws_conformance_ci.yml @@ -42,7 +42,7 @@ jobs: # Authenticate with ECR to push the conformance and hammer images. - name: Login to Amazon ECR id: login-ecr - uses: aws-actions/amazon-ecr-login@fa648b43de3d4d023bcb3f89ed6940096949c419 # v2.1.5 + uses: aws-actions/amazon-ecr-login@d539f0932e70871a027e9d5a9d8fc38589180a64 # v2.1.6 # Build the conformance image and push it to ECR. This will be used later on by Terragrunt. - name: Build, tag, and push Conformance image to Amazon ECR