From 8f58bb82366726c1ada2ad07c2756bd94d03be67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 23:03:09 +0000 Subject: [PATCH] Bump docker/login-action from 3.7.0 to 4.0.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 3.7.0 to 4.0.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/c94ce9fb468520275223c153574b00df6fe4bcc9...b45d80f862d83dbcd57f89517bcf500b2ab88fb2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/integration.yaml | 6 +++--- .github/workflows/update_dependecies.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index d0461f680..a9fd50c3f 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -32,7 +32,7 @@ jobs: with: fetch-depth: 0 - name: Login to Docker Hub - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: username: ${{ secrets.CW_DOCKER_HUB_USERNAME }} password: ${{ secrets.CW_DOCKER_HUB_TOKEN }} @@ -98,7 +98,7 @@ jobs: with: fetch-depth: 0 - name: Login to Docker Hub - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: username: ${{ secrets.CW_DOCKER_HUB_USERNAME }} password: ${{ secrets.CW_DOCKER_HUB_TOKEN }} @@ -195,7 +195,7 @@ jobs: with: fetch-depth: 0 - name: Login to Docker Hub - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: username: ${{ secrets.CW_DOCKER_HUB_USERNAME }} password: ${{ secrets.CW_DOCKER_HUB_TOKEN }} diff --git a/.github/workflows/update_dependecies.yaml b/.github/workflows/update_dependecies.yaml index d27c6eff6..d5d102d7f 100644 --- a/.github/workflows/update_dependecies.yaml +++ b/.github/workflows/update_dependecies.yaml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Login to Docker Hub - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: username: ${{ secrets.CW_DOCKER_HUB_USERNAME }} password: ${{ secrets.CW_DOCKER_HUB_TOKEN }}