From 9952dfcffe1c03a4777c0b0c43a4fedca8b905ba Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 24 Jul 2026 13:01:48 +0000 Subject: [PATCH] fix(deps): update docker/login-action digest to abd2ef4 --- .gitea/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-publish.yml b/.gitea/workflows/build-and-publish.yml index f5058a1..793c44b 100644 --- a/.gitea/workflows/build-and-publish.yml +++ b/.gitea/workflows/build-and-publish.yml @@ -121,7 +121,7 @@ jobs: - name: Log in to the Gitea container registry if: github.event_name != 'pull_request' - uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.repository_owner }} -- 2.54.0