From 61362ba479ee8ac8b60b58a1fff793d1f5969eba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 18:00:42 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to c94ce9f Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/next-container-build.yaml | 2 +- .github/workflows/pr-container-build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/next-container-build.yaml b/.github/workflows/next-container-build.yaml index 508db5ff1..887ebac01 100644 --- a/.github/workflows/next-container-build.yaml +++ b/.github/workflows/next-container-build.yaml @@ -80,7 +80,7 @@ jobs: - name: Login to registry (${{env.REGISTRY}}) # run this stage only if there are changes that match the includes and not the excludes if: steps.changed-files.outputs.any_changed == 'true' - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ${{ env.REGISTRY }} username: ${{ vars.QUAY_USERNAME }} diff --git a/.github/workflows/pr-container-build.yaml b/.github/workflows/pr-container-build.yaml index 8df7c912a..787ce5781 100644 --- a/.github/workflows/pr-container-build.yaml +++ b/.github/workflows/pr-container-build.yaml @@ -103,7 +103,7 @@ jobs: - name: Login to registry (${{env.REGISTRY}}) # run this stage only if there are changes that match the includes and not the excludes if: steps.changed-files.outputs.any_changed == 'true' - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ${{ env.REGISTRY }} username: ${{ vars.QUAY_USERNAME }}