From d752ff9e489a776f655f8707ec319868e763e5fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 22:13:41 +0000 Subject: [PATCH] build(deps): bump docker/login-action in the all-dependencies group Bumps the all-dependencies group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 4 to 4.5.2 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 7b0dad5..3b96adb 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -139,7 +139,7 @@ jobs: - name: tools - docker - login ghcr.io if: ${{ env.build_push == 'true' }} - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} @@ -147,7 +147,7 @@ jobs: - name: tools - docker - login docker.io if: ${{ env.build_push == 'true' }} - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: docker.io username: ${{ secrets.ES_DOCKERHUB_USERNAME }} @@ -190,14 +190,14 @@ jobs: uses: actions/checkout@v7 - name: tools - docker - login ghcr.io - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.ES_GITHUB_PAT }} - name: tools - docker - login docker.io - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: docker.io username: ${{ secrets.ES_DOCKERHUB_USERNAME }} @@ -231,14 +231,14 @@ jobs: full_version: ${{ needs.discovery.outputs.full_version }} steps: - name: tools - docker - login ghcr.io - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.ES_GITHUB_PAT }} - name: tools - docker - login docker.io - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: docker.io username: ${{ secrets.ES_DOCKERHUB_USERNAME }}