From c78f20ef20e2c5f236430818e299ab0911d52af3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:30:52 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 3.5.0 to 3.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cd-api.yml | 4 ++-- .github/workflows/cd-auth.yml | 4 ++-- .github/workflows/cd-metrics-scraper.yml | 4 ++-- .github/workflows/cd-web.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cd-api.yml b/.github/workflows/cd-api.yml index 8d7dee0134e2..8eeb7fd327f8 100644 --- a/.github/workflows/cd-api.yml +++ b/.github/workflows/cd-api.yml @@ -52,11 +52,11 @@ jobs: - uses: docker/setup-buildx-action@v3.11.1 with: config: .github/buildkitd.toml - - uses: docker/login-action@v3.5.0 + - uses: docker/login-action@v3.6.0 with: username: ${{ secrets.DOCKER_RELEASE_USER }} password: ${{ secrets.DOCKER_RELEASE_PASS }} - - uses: docker/login-action@v3.5.0 + - uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/cd-auth.yml b/.github/workflows/cd-auth.yml index 0f7b8456ad71..6def3a84e22a 100644 --- a/.github/workflows/cd-auth.yml +++ b/.github/workflows/cd-auth.yml @@ -52,11 +52,11 @@ jobs: - uses: docker/setup-buildx-action@v3.11.1 with: config: .github/buildkitd.toml - - uses: docker/login-action@v3.5.0 + - uses: docker/login-action@v3.6.0 with: username: ${{ secrets.DOCKER_RELEASE_USER }} password: ${{ secrets.DOCKER_RELEASE_PASS }} - - uses: docker/login-action@v3.5.0 + - uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/cd-metrics-scraper.yml b/.github/workflows/cd-metrics-scraper.yml index 00991f05e0ae..e398acf73165 100644 --- a/.github/workflows/cd-metrics-scraper.yml +++ b/.github/workflows/cd-metrics-scraper.yml @@ -52,11 +52,11 @@ jobs: - uses: docker/setup-buildx-action@v3.11.1 with: config: .github/buildkitd.toml - - uses: docker/login-action@v3.5.0 + - uses: docker/login-action@v3.6.0 with: username: ${{ secrets.DOCKER_RELEASE_USER }} password: ${{ secrets.DOCKER_RELEASE_PASS }} - - uses: docker/login-action@v3.5.0 + - uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/cd-web.yml b/.github/workflows/cd-web.yml index e302ab1041e2..1f23ee291ab9 100644 --- a/.github/workflows/cd-web.yml +++ b/.github/workflows/cd-web.yml @@ -52,11 +52,11 @@ jobs: - uses: docker/setup-buildx-action@v3.11.1 with: config: .github/buildkitd.toml - - uses: docker/login-action@v3.5.0 + - uses: docker/login-action@v3.6.0 with: username: ${{ secrets.DOCKER_RELEASE_USER }} password: ${{ secrets.DOCKER_RELEASE_PASS }} - - uses: docker/login-action@v3.5.0 + - uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17726a3487de..06574ed99f32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -148,12 +148,12 @@ jobs: with: config: .github/buildkitd.toml - name: Login to Docker - uses: docker/login-action@v3.5.0 + uses: docker/login-action@v3.6.0 with: username: ${{ secrets.DOCKER_RELEASE_USER }} password: ${{ secrets.DOCKER_RELEASE_PASS }} - name: Login to GHCR - uses: docker/login-action@v3.5.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ github.actor }}