From d1c0a2ba837c2565fedc85cd19bc1ae3d1148e11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 17:07:56 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to c94ce9f --- .github/actions/docker/backend/action.yml | 4 ++-- .github/actions/docker/frontend-landing/action.yml | 4 ++-- .github/actions/docker/frontend-web/action.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/docker/backend/action.yml b/.github/actions/docker/backend/action.yml index fb822a6b..5094bb2b 100644 --- a/.github/actions/docker/backend/action.yml +++ b/.github/actions/docker/backend/action.yml @@ -68,7 +68,7 @@ runs: - name: Login to GitHub Container Registry if: ${{ inputs.deliver == 'true' }} # Pinned to v3 commit hash for security - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 id: ghcr-login continue-on-error: true with: @@ -91,7 +91,7 @@ runs: - name: Login to Docker Hub if: ${{ inputs.deliver == 'true' && inputs.docker-username != '' && inputs.docker-password != '' }} # Pinned to v3 commit hash for security - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 id: dockerhub-login continue-on-error: true with: diff --git a/.github/actions/docker/frontend-landing/action.yml b/.github/actions/docker/frontend-landing/action.yml index df9e7c2c..50b645a2 100644 --- a/.github/actions/docker/frontend-landing/action.yml +++ b/.github/actions/docker/frontend-landing/action.yml @@ -57,7 +57,7 @@ runs: - name: Login to GitHub Container Registry id: ghcr-login # Pinned to v3 commit hash for security - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 continue-on-error: true with: registry: ghcr.io @@ -84,7 +84,7 @@ runs: id: dockerhub-login if: inputs.docker-username != '' && inputs.docker-password != '' # Pinned to v3 commit hash for security - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 continue-on-error: true with: username: ${{ inputs.docker-username }} diff --git a/.github/actions/docker/frontend-web/action.yml b/.github/actions/docker/frontend-web/action.yml index d81b4ba3..c4cc9abf 100644 --- a/.github/actions/docker/frontend-web/action.yml +++ b/.github/actions/docker/frontend-web/action.yml @@ -57,7 +57,7 @@ runs: - name: Login to GitHub Container Registry id: ghcr-login # Pinned to v3 commit hash for security - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 continue-on-error: true with: registry: ghcr.io @@ -84,7 +84,7 @@ runs: id: dockerhub-login if: inputs.docker-username != '' && inputs.docker-password != '' # Pinned to v3 commit hash for security - uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 continue-on-error: true with: username: ${{ inputs.docker-username }}