From 65ca14d4fa5dfcbfef91723c2b2d097bbcc5e843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:38:08 +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 0e293a53be19..3333c26fb2b7 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 0171c3b87d47..0c1d993b569f 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 099d1cb632a3..bb7ad1cb5ec8 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 22a4ccf40175..f4f8a72b4748 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 089867d3a27b..a2b9be66788a 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 }}