From eaf266b9df23f9d76ec1fcee408f79f5f2577086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 12:47:26 -0700 Subject: [PATCH] build(deps): bump docker/login-action from 4.4.0 to 4.5.1 (#10449) Bumps [docker/login-action](https://github.com/docker/login-action) from 4.4.0 to 4.5.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.4.0...v4.5.1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.1 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 23c7c0b3b..22d2122ab 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.4.0 + uses: docker/login-action@v4.5.1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR if: github.event_name != 'pull_request' - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.1 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 e5cf30dc6..052ad57c8 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.4.0 + uses: docker/login-action@v4.5.1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} diff --git a/.github/workflows/container_latest.yml b/.github/workflows/container_latest.yml index 28d626c65..f1fd9978c 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.4.0 + uses: docker/login-action@v4.5.1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR if: needs.setup.outputs.publish == 'true' - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.1 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.4.0 + uses: docker/login-action@v4.5.1 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.4.0 + uses: docker/login-action@v4.5.1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.1 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 820c048df..6edca660e 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.4.0 + uses: docker/login-action@v4.5.1 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 e5d19f722..bbce6bbb5 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.4.0 + uses: docker/login-action@v4.5.1 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.4.0 + uses: docker/login-action@v4.5.1 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.4.0 + uses: docker/login-action@v4.5.1 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.4.0 + uses: docker/login-action@v4.5.1 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.4.0 + uses: docker/login-action@v4.5.1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - name: Login to GHCR - uses: docker/login-action@v4.4.0 + uses: docker/login-action@v4.5.1 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 58387211c..dd2e0884b 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@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v1 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v1 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}