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 != ''