From 57d83396a807d4a2f4f39a25ccb6ecf20c1c12af Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 Jul 2026 08:01:47 +0000 Subject: [PATCH] fix(deps): update docker/login-action digest to c99871d --- .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 1416fae..a3957fe 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@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 + uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4 with: registry: ${{ env.REGISTRY }} username: ${{ github.repository_owner }}