From 3dde934cc8523685ea05e0914cc5393f4d5cfd8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 05:42:55 +0000 Subject: [PATCH] chore(deps): update docker/login-action action to v4.4.0 --- .github/workflows/__call-docker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/__call-docker.yml b/.github/workflows/__call-docker.yml index 97c6084a..0a6a12f7 100644 --- a/.github/workflows/__call-docker.yml +++ b/.github/workflows/__call-docker.yml @@ -259,14 +259,14 @@ jobs: - name: Log in to Docker Hub if: inputs.publish_release == 'true' # PRs do not have access to secrets - uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: username: ${{ inputs.docker_hub_username }} password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - name: Log in to the Container registry if: inputs.publish_release == 'true' # PRs do not have access to secrets - uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry: ghcr.io username: ${{ inputs.gh_bot_name }}