From 21db6e5cc5520b07a2d675c006870a933f7b6249 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 09:15:50 +0000 Subject: [PATCH] Update docker/login-action digest to 184bdaa --- .github/workflows/ci.yml | 2 +- .github/workflows/promote.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65b9377..642efd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -285,7 +285,7 @@ jobs: uses: imjasonh/setup-crane@v0.4 - name: Login to Spaces Artifacts Registry - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3 if: env.XPKG_SPACES_ARTIFACTS_ACCESS_ID != '' with: registry: xpkg.upbound.io/spaces-artifacts diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index 352191c..94a0b32 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -40,14 +40,14 @@ jobs: run: git fetch --prune --unshallow - name: Login to Docker - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3 if: env.DOCKER_USR != '' with: username: ${{ secrets.DOCKER_USR }} password: ${{ secrets.DOCKER_PSW }} - name: Login to Upbound - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3 if: env.XPKG_ACCESS_ID != '' with: registry: xpkg.upbound.io