From 83b53a1459fc78384976b99d87fc0c3db6b86c62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Jun 2025 08:05:07 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 3d10084 --- .github/workflows/deploy.yaml | 4 ++-- .github/workflows/test-and-release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 1edca4126..1514990d7 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -50,7 +50,7 @@ jobs: steps: - name: Log in to the repo's container registry - uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99 + uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} @@ -82,7 +82,7 @@ jobs: echo "repositoryUri=$REPO_URI" >> $GITHUB_OUTPUT - name: Log in to the repo's container registry - uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99 + uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55 with: registry: ${{ steps.repositoryUri.outputs.repositoryUri }} username: AWS diff --git a/.github/workflows/test-and-release.yaml b/.github/workflows/test-and-release.yaml index 7774cb9b9..ceaaee74e 100644 --- a/.github/workflows/test-and-release.yaml +++ b/.github/workflows/test-and-release.yaml @@ -316,7 +316,7 @@ jobs: - name: Log in to the Container registry if: github.ref == 'refs/heads/saga' - uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99 + uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}