From 83f1aae93c57f455ba3acd700125a526c01e5c57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 15:23:55 +0000 Subject: [PATCH] Update docker/login-action digest to c99871d --- .github/workflows/build.yml | 4 ++-- .github/workflows/push.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c554057e..f5ab7e9f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -203,7 +203,7 @@ jobs: - name: Login to GitHub Container Registry if: matrix.platform == 'linux/arm64' && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')) - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 + uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -303,7 +303,7 @@ jobs: - name: Login to GCP Artifact Registry if: steps.changes.outputs.reconcile-account-topics == 'true' - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 + uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4 with: registry: europe-docker.pkg.dev username: oauth2accesstoken diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 860169a7..805d4a0a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -65,7 +65,7 @@ jobs: service_account: cicd-activitypub-terraform@ghost-activitypub.iam.gserviceaccount.com - name: Login to GCP Artifact Registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 + uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4 with: registry: europe-docker.pkg.dev username: oauth2accesstoken @@ -73,7 +73,7 @@ jobs: - name: Login to GitHub Container Registry if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4 + uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4 with: registry: ghcr.io username: ${{ github.actor }}