From 54dc1278520941fac6a9806a7de331a6fe7b4258 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 13:56:14 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 650006c --- .github/workflows/_build-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_build-container.yml b/.github/workflows/_build-container.yml index 7cd4607b..99a32109 100644 --- a/.github/workflows/_build-container.yml +++ b/.github/workflows/_build-container.yml @@ -50,7 +50,7 @@ jobs: chmod +x install.sh - name: Log in to GHCR - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 with: registry: ${{ inputs.image_registry }} username: ${{ github.actor }}