From 2b2bbc625be995d80aecd35d65eb50f2a776c289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:30:06 -0700 Subject: [PATCH] build(deps): bump docker/login-action from 4.5.1 to 4.6.0 (#10539) Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.1 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.5.1...v4.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/container_dev.yml | 4 ++-- .github/workflows/container_foundationdb_version.yml | 2 +- .github/workflows/container_latest.yml | 10 +++++----- .github/workflows/container_release_foundationdb.yml | 2 +- .github/workflows/container_release_unified.yml | 12 ++++++------ .github/workflows/container_rocksdb_version.yml | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/container_dev.yml b/.github/workflows/container_dev.yml index 22d2122ab..8d72fa4a7 100644 --- a/.github/workflows/container_dev.yml +++ b/.github/workflows/container_dev.yml @@ -135,14 +135,14 @@ jobs: - name: Login to Docker Hub if: github.event_name != 'pull_request' - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR if: github.event_name != 'pull_request' - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ secrets.GHCR_USERNAME }} diff --git a/.github/workflows/container_foundationdb_version.yml b/.github/workflows/container_foundationdb_version.yml index d88b9fc50..5e2ac35e1 100644 --- a/.github/workflows/container_foundationdb_version.yml +++ b/.github/workflows/container_foundationdb_version.yml @@ -133,7 +133,7 @@ jobs: - name: Login to Docker Hub if: github.event_name != 'pull_request' - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml index f1fd9978c..688479e66 100644 --- a/.github/workflows/container_latest.yml +++ b/.github/workflows/container_latest.yml @@ -221,13 +221,13 @@ jobs: buildkitd-config: /tmp/buildkitd.toml - name: Login to Docker Hub if: needs.setup.outputs.publish == 'true' - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR if: needs.setup.outputs.publish == 'true' - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ secrets.GHCR_USERNAME }} @@ -275,7 +275,7 @@ jobs: fi - name: Login to GHCR if: needs.setup.outputs.publish == 'true' - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ secrets.GHCR_USERNAME }} @@ -430,12 +430,12 @@ jobs: ghcr.io/chrislusf/seaweedfs tags: type=raw,value=${{ github.event_name == 'workflow_dispatch' && github.event.inputs.image_tag || 'latest' }},suffix=${{ steps.config.outputs.tag_suffix }} - name: Login to Docker Hub - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ secrets.GHCR_USERNAME }} diff --git a/.github/workflows/container_release_foundationdb.yml b/.github/workflows/container_release_foundationdb.yml index 6edca660e..ebb098aab 100644 --- a/.github/workflows/container_release_foundationdb.yml +++ b/.github/workflows/container_release_foundationdb.yml @@ -50,7 +50,7 @@ jobs: - name: Login to Docker Hub if: github.event_name != 'pull_request' - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} diff --git a/.github/workflows/container_release_unified.yml b/.github/workflows/container_release_unified.yml index bbce6bbb5..4cec2c126 100644 --- a/.github/workflows/container_release_unified.yml +++ b/.github/workflows/container_release_unified.yml @@ -219,7 +219,7 @@ jobs: - name: Login to GHCR if: github.event_name != 'workflow_dispatch' || github.event.inputs.variant == 'all' || github.event.inputs.variant == matrix.variant - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ secrets.GHCR_USERNAME }} @@ -293,7 +293,7 @@ jobs: - name: Login to GHCR if: github.event_name != 'workflow_dispatch' || github.event.inputs.variant == 'all' || github.event.inputs.variant == matrix.variant - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ secrets.GHCR_USERNAME }} @@ -310,7 +310,7 @@ jobs: - name: Login to Docker Hub if: github.event_name != 'workflow_dispatch' || github.event.inputs.variant == 'all' || github.event.inputs.variant == matrix.variant - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} @@ -374,7 +374,7 @@ jobs: variant: large_disk steps: - name: Login to GHCR - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ secrets.GHCR_USERNAME }} @@ -423,13 +423,13 @@ jobs: latest_tag: latest_large_disk steps: - name: Login to Docker Hub - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR - uses: docker/login-action@v4.5.1 + uses: docker/login-action@v4.6.0 with: registry: ghcr.io username: ${{ secrets.GHCR_USERNAME }} diff --git a/.github/workflows/container_rocksdb_version.yml b/.github/workflows/container_rocksdb_version.yml index 0ae43c60a..0ab6eeb3e 100644 --- a/.github/workflows/container_rocksdb_version.yml +++ b/.github/workflows/container_rocksdb_version.yml @@ -88,7 +88,7 @@ jobs: uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v1 - name: Login to Docker Hub - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v1 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}