From 2cd1954c8b5fe8e95fee18454f3c34e6e497ee85 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 00:47:38 +0000 Subject: [PATCH] Update docker/login-action digest to c94ce9f --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 9af2157e5..352642a77 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -131,7 +131,7 @@ jobs: - name: Login to GHCR if: github.ref == 'refs/heads/main' - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ghcr.io username: ${{ github.actor }}