From ff1fcc7a8373f02ec0f5f1eaba64bcabda09c541 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:33:23 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 1f36f5b --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 1f52bc813..7f1609cb3 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -52,7 +52,7 @@ jobs: ref: ${{ needs.release-please.outputs.release_tag_name }} - name: Log in to the Container registry - uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 + uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}