From e5d22ef9c346e3eb57c14d8076159a76e351685d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 17:54:39 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 0567fa5 --- .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 16c90dd51..b5ff6b415 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@5e57cd118135c172c3672efd75eb46360885c0ef + uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f 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@5e57cd118135c172c3672efd75eb46360885c0ef + uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f 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 21f488281..7d1fcae6a 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@5e57cd118135c172c3672efd75eb46360885c0ef + uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}