From b41187f5e0f5dca9a004b0cfacc30a5598cb77c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 09:29:48 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 3.7.0 to 4.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/c94ce9fb468520275223c153574b00df6fe4bcc9...dbcb813823bdd20940b903addbd779551569679f) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 8 ++++---- .github/workflows/mirror-base-images.yml | 2 +- .github/workflows/pod-base.yml | 2 +- .github/workflows/release.yml | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 70eda02e..db59dd70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -155,7 +155,7 @@ jobs: # builds from it. A Docker Hub login here would not help anything and # would put a shared bucket on this repository's critical path. - - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 + - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ghcr.io username: ${{ github.actor }} @@ -275,7 +275,7 @@ jobs: [registry."${{ vars.VOGT_BUILDKIT_CACHE_REGISTRY }}"] http = true - - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 + - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ghcr.io username: ${{ github.actor }} @@ -388,7 +388,7 @@ jobs: [registry."${{ vars.VOGT_BUILDKIT_CACHE_REGISTRY }}"] http = true - - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 + - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ghcr.io username: ${{ github.actor }} @@ -631,7 +631,7 @@ jobs: # at `FROM`; the bases come from the GHCR mirror the `base-images` job # fills first. - - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 + - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/mirror-base-images.yml b/.github/workflows/mirror-base-images.yml index 2889ee02..8f50a488 100644 --- a/.github/workflows/mirror-base-images.yml +++ b/.github/workflows/mirror-base-images.yml @@ -194,7 +194,7 @@ jobs: - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f - - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 + - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/pod-base.yml b/.github/workflows/pod-base.yml index e6c0ad02..1d064165 100644 --- a/.github/workflows/pod-base.yml +++ b/.github/workflows/pod-base.yml @@ -153,7 +153,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 - - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 + - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9330fa79..197156dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -147,7 +147,7 @@ jobs: # builds from it. A Docker Hub login here would not help anything and # would put a shared bucket on this repository's critical path. - - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 + - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ghcr.io username: ${{ github.actor }} @@ -270,7 +270,7 @@ jobs: # never touches the plaintext LAN cache, so the default builder # is right here too. - - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 + - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ghcr.io username: ${{ github.actor }} @@ -411,7 +411,7 @@ jobs: # why a shared credential is the wrong remedy for a 429 at `FROM`. The # bases come from the GHCR mirror the `base-images` job fills first. - - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 + - uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f with: registry: ghcr.io username: ${{ github.actor }}