From a61eab96334cddb2e10ce6436e5f4e8cc02e08e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 12:32:18 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20docker/login-acti?= =?UTF-8?q?on=20(=2074a5d14=20=E2=9E=94=20c94ce9f=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/scheduled-cleanup.yaml | 2 +- .github/workflows/workflow_call-build_images.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scheduled-cleanup.yaml b/.github/workflows/scheduled-cleanup.yaml index 92e755e..495c8f2 100644 --- a/.github/workflows/scheduled-cleanup.yaml +++ b/.github/workflows/scheduled-cleanup.yaml @@ -18,7 +18,7 @@ jobs: uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3 - name: Login to GHCR - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/workflow_call-build_images.yaml b/.github/workflows/workflow_call-build_images.yaml index 1573aff..67a839d 100644 --- a/.github/workflows/workflow_call-build_images.yaml +++ b/.github/workflows/workflow_call-build_images.yaml @@ -127,7 +127,7 @@ jobs: uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3 - name: Login to GHCR - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ghcr.io username: ${{ github.actor }} @@ -255,7 +255,7 @@ jobs: uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3 - name: Setup GHCR - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ghcr.io username: ${{ github.actor }}