From 5b33ccf670ed724ca55273ee708dcbe32f80fdc6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 17:07:20 +0000 Subject: [PATCH] build(actions): bump docker/login-action in the github-actions group Bumps the github-actions 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: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/docker.yml | 2 +- .github/workflows/dockerNative.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 08ea04e..41335b7 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -61,7 +61,7 @@ jobs: ./mvnw -B clean package -pl sendium-app -am -DskipTests - name: Log in to DockerHub - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} diff --git a/.github/workflows/dockerNative.yml b/.github/workflows/dockerNative.yml index f9eec9b..5bafc82 100644 --- a/.github/workflows/dockerNative.yml +++ b/.github/workflows/dockerNative.yml @@ -61,7 +61,7 @@ jobs: ./mvnw -B package -pl sendium-app -Pnative -Dquarkus.native.container-build=false - name: Log in to DockerHub - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }}