From d9d29c0a5f878a5066c0459db53f23bfdfbe4ab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:13:16 +0000 Subject: [PATCH] Deps: Bump docker/login-action from 4.0.0 to 4.1.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.0.0 to 4.1.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/b45d80f862d83dbcd57f89517bcf500b2ab88fb2...4907a6ddec9925e35a0a9e82d7399ccc52663121) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.1.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 c525011..24e1a82 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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.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 aa82fc1..726594c 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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ${{ vars.GREENBONE_REGISTRY }} username: ${{ secrets.GREENBONE_REGISTRY_USER }}