From 8bc27363ee96dbb3dfc7a11aeb709279810d0e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 14:19:25 +0000 Subject: [PATCH] Deps: Bump docker/login-action from 4.1.0 to 4.2.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/4907a6ddec9925e35a0a9e82d7399ccc52663121...650006c6eb7dba73a995cc03b0b2d7f5ca915bee) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.2.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 24e1a82..2bc4292 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@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.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 ea90ce3..dcf9bb7 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@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.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@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.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@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ${{ vars.GREENBONE_REGISTRY }} username: ${{ secrets.GREENBONE_REGISTRY_USER }}