From cb7b776e1dfc7255dc1d8197a660185e88042f09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 14:12:51 +0000 Subject: [PATCH] Deps: Bump docker/login-action from 4.2.0 to 4.3.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/650006c6eb7dba73a995cc03b0b2d7f5ca915bee...c99871dec2022cc055c062a10cc1a1310835ceb4) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/automatix-service.yml | 2 +- .github/workflows/container-build-push-gea.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/automatix-service.yml b/.github/workflows/automatix-service.yml index 2bc4292..dccf278 100644 --- a/.github/workflows/automatix-service.yml +++ b/.github/workflows/automatix-service.yml @@ -74,7 +74,7 @@ jobs: runs-on: self-hosted-generic-vm-amd64 steps: - name: Login to Greenbone Container Registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0 with: registry: ${{ vars.GREENBONE_REGISTRY }} username: ${{ secrets.GREENBONE_REGISTRY_USER }} diff --git a/.github/workflows/container-build-push-gea.yml b/.github/workflows/container-build-push-gea.yml index cd188af..9897e16 100644 --- a/.github/workflows/container-build-push-gea.yml +++ b/.github/workflows/container-build-push-gea.yml @@ -243,7 +243,7 @@ jobs: ref: ${{ needs.meta-data.outputs.ref }} - name: Login to GitHub Container Registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -275,7 +275,7 @@ jobs: digest: ${{ steps.march.outputs.digest }} steps: - name: Login to GitHub Container Registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0 with: registry: ghcr.io username: ${{ github.actor }} @@ -283,7 +283,7 @@ jobs: - name: Login to Greenbone Container Registry if: ${{ github.event_name != 'pull_request' }} - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0 with: registry: ${{ vars.GREENBONE_REGISTRY }} username: ${{ secrets.GREENBONE_REGISTRY_USER }}