From 01f0071919dabafed3bd7e7df9d9a21b6cbd77d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 12:06:39 +0000 Subject: [PATCH] Bump docker/login-action from 3.6.0 to 3.7.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.6.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.6.0...v3.7.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-runtime-draft.yml | 2 +- .github/workflows/prepare-binary.yml | 4 ++-- .github/workflows/prepare-tanssi-relay-binary.yml | 4 ++-- .github/workflows/publish-docker-runtime-containers.yml | 2 +- .github/workflows/publish-docker-runtime-tanssi-solochain.yml | 2 +- .github/workflows/publish-docker-runtime-tanssi.yml | 2 +- .github/workflows/publish-docker-tanssi-solochain.yml | 2 +- .github/workflows/publish-docker.yml | 2 +- .github/workflows/publish-runtime.yml | 2 +- .github/workflows/release.yml | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/docker-runtime-draft.yml b/.github/workflows/docker-runtime-draft.yml index cbb1d94e99..20a05081e0 100644 --- a/.github/workflows/docker-runtime-draft.yml +++ b/.github/workflows/docker-runtime-draft.yml @@ -135,7 +135,7 @@ jobs: driver-opts: | image=moby/buildkit:master - name: Login to DockerHub - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/prepare-binary.yml b/.github/workflows/prepare-binary.yml index 24c2fe26bf..f26a190576 100644 --- a/.github/workflows/prepare-binary.yml +++ b/.github/workflows/prepare-binary.yml @@ -77,7 +77,7 @@ jobs: driver-opts: | image=moby/buildkit:master - name: Login to DockerHub - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -100,7 +100,7 @@ jobs: org.opencontainers.image.licenses=${{ github.event.repository.license.spdx_id }} - name: Login to DockerHub - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/prepare-tanssi-relay-binary.yml b/.github/workflows/prepare-tanssi-relay-binary.yml index e40070a9f0..a9b6e2538b 100644 --- a/.github/workflows/prepare-tanssi-relay-binary.yml +++ b/.github/workflows/prepare-tanssi-relay-binary.yml @@ -77,7 +77,7 @@ jobs: driver-opts: | image=moby/buildkit:master - name: Login to DockerHub - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} @@ -100,7 +100,7 @@ jobs: org.opencontainers.image.licenses=${{ github.event.repository.license.spdx_id }} - name: Login to DockerHub - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/publish-docker-runtime-containers.yml b/.github/workflows/publish-docker-runtime-containers.yml index 32f9fe561e..397f58501a 100644 --- a/.github/workflows/publish-docker-runtime-containers.yml +++ b/.github/workflows/publish-docker-runtime-containers.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - name: Login to DockerHub - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/publish-docker-runtime-tanssi-solochain.yml b/.github/workflows/publish-docker-runtime-tanssi-solochain.yml index 6fa3670dea..4b4c799374 100644 --- a/.github/workflows/publish-docker-runtime-tanssi-solochain.yml +++ b/.github/workflows/publish-docker-runtime-tanssi-solochain.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Login to DockerHub - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/publish-docker-runtime-tanssi.yml b/.github/workflows/publish-docker-runtime-tanssi.yml index 889672eb68..b7f4f2089b 100644 --- a/.github/workflows/publish-docker-runtime-tanssi.yml +++ b/.github/workflows/publish-docker-runtime-tanssi.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Login to DockerHub - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/publish-docker-tanssi-solochain.yml b/.github/workflows/publish-docker-tanssi-solochain.yml index 1848491854..ac0e26e79c 100644 --- a/.github/workflows/publish-docker-tanssi-solochain.yml +++ b/.github/workflows/publish-docker-tanssi-solochain.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 - name: Login to DockerHub - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 837b0bb83a..65a4948d5c 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - name: Login to DockerHub - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/publish-runtime.yml b/.github/workflows/publish-runtime.yml index 62d555d241..2854405acb 100644 --- a/.github/workflows/publish-runtime.yml +++ b/.github/workflows/publish-runtime.yml @@ -114,7 +114,7 @@ jobs: with: ref: ${{ github.event.inputs.to }} - name: Login to DockerHub - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 63728a33b3..b70fb7ba3b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -851,7 +851,7 @@ jobs: driver-opts: | image=moby/buildkit:master - name: Login to DockerHub - uses: docker/login-action@v3.6.0 + uses: docker/login-action@v3.7.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}