From 9392182f314033f7afa6265101a9b75aebed433c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 14:00:12 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to c94ce9f --- .github/workflows/ci.yaml | 2 +- .github/workflows/e2e.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ecbf3cd..a400792 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: # doesn't work with plain token when pushing otherwise - name: Login to xpkg with robot - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ${{ env.XPKG_REGISTRY }} username: ${{ env.UP_ROBOT_ID }} diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 6a6ae85..74e6745 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -35,7 +35,7 @@ jobs: # doesn't work with plain token when pushing otherwise - name: Login to xpkg with robot - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: xpkg.upbound.io username: ${{ env.UP_ROBOT_ID }}