From 36e9c7906c101835821766167c12d8f1fa01c14e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:53:34 +0000 Subject: [PATCH] chore(deps): bump aws-actions/amazon-ecr-login from 2.1.5 to 2.1.6 Bumps [aws-actions/amazon-ecr-login](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 714e2a5..a7f62dc 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -299,7 +299,7 @@ jobs: - name: Login to Amazon ECR id: ecr - uses: aws-actions/amazon-ecr-login@fa648b43de3d4d023bcb3f89ed6940096949c419 + uses: aws-actions/amazon-ecr-login@d539f0932e70871a027e9d5a9d8fc38589180a64 - name: Azure login with OIDC if: env.ACR_LOGIN_SERVER != '' @@ -437,7 +437,7 @@ jobs: - name: Login to Amazon ECR id: ecr - uses: aws-actions/amazon-ecr-login@fa648b43de3d4d023bcb3f89ed6940096949c419 + uses: aws-actions/amazon-ecr-login@d539f0932e70871a027e9d5a9d8fc38589180a64 - name: Azure login with OIDC if: env.ACR_LOGIN_SERVER != '' @@ -555,7 +555,7 @@ jobs: - name: Login to Amazon ECR if: steps.promote.outputs.should_promote == 'true' id: ecr - uses: aws-actions/amazon-ecr-login@fa648b43de3d4d023bcb3f89ed6940096949c419 + uses: aws-actions/amazon-ecr-login@d539f0932e70871a027e9d5a9d8fc38589180a64 - name: Azure login with OIDC if: steps.promote.outputs.should_promote == 'true' && env.ACR_LOGIN_SERVER != ''