From 8cb0247c807a8e613260380a4fa5ef270b5fe86c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 09:34:47 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20docker/login-ac?= =?UTF-8?q?tion=20(v3.4.0=20=E2=86=92=20v3.5.0)=20(#205)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- docker-publish-gh/action.yml | 2 +- docker-publish-hub/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-publish-gh/action.yml b/docker-publish-gh/action.yml index 347bed7..f0640ca 100644 --- a/docker-publish-gh/action.yml +++ b/docker-publish-gh/action.yml @@ -133,7 +133,7 @@ runs: echo "tags=${processed_tags}" >> $GITHUB_OUTPUT - name: Log in to GitHub Container Registry - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 with: registry: ${{ inputs.registry }} username: ${{ github.actor }} diff --git a/docker-publish-hub/action.yml b/docker-publish-hub/action.yml index 9a62917..f2c2227 100644 --- a/docker-publish-hub/action.yml +++ b/docker-publish-hub/action.yml @@ -144,7 +144,7 @@ runs: echo "repo-url=https://hub.docker.com/r/${full_name}" >> $GITHUB_OUTPUT - name: Log in to Docker Hub - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 with: username: ${{ inputs.username }} password: ${{ inputs.password }}