From 268ab1a21f2c30d99a57e473787459a64799abc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 15:47:38 +0000 Subject: [PATCH] chore: bump docker/login-action Bumps the docker-actions group with 1 update in the / directory: [docker/login-action](https://github.com/docker/login-action). Updates `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 dependency-group: docker-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/central_dashboard_angular_oci_publish.yaml | 2 +- .github/workflows/central_dashboard_oci_publish.yaml | 2 +- .github/workflows/kfam_oci_publish.yaml | 2 +- .github/workflows/poddefaults_oci_publish.yaml | 2 +- .github/workflows/profile_controller_oci_publish.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/central_dashboard_angular_oci_publish.yaml b/.github/workflows/central_dashboard_angular_oci_publish.yaml index 6f83e15f..116966cf 100644 --- a/.github/workflows/central_dashboard_angular_oci_publish.yaml +++ b/.github/workflows/central_dashboard_angular_oci_publish.yaml @@ -33,7 +33,7 @@ jobs: - 'releasing/version/VERSION' - name: Login to GHCR - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/central_dashboard_oci_publish.yaml b/.github/workflows/central_dashboard_oci_publish.yaml index 2364c867..5590fb22 100644 --- a/.github/workflows/central_dashboard_oci_publish.yaml +++ b/.github/workflows/central_dashboard_oci_publish.yaml @@ -33,7 +33,7 @@ jobs: - 'releasing/version/VERSION' - name: Login to GHCR - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/kfam_oci_publish.yaml b/.github/workflows/kfam_oci_publish.yaml index 15a9b5e8..7ad4843b 100644 --- a/.github/workflows/kfam_oci_publish.yaml +++ b/.github/workflows/kfam_oci_publish.yaml @@ -35,7 +35,7 @@ jobs: - 'releasing/version/VERSION' - name: Login to GHCR - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/poddefaults_oci_publish.yaml b/.github/workflows/poddefaults_oci_publish.yaml index 63dc555f..68ed8542 100644 --- a/.github/workflows/poddefaults_oci_publish.yaml +++ b/.github/workflows/poddefaults_oci_publish.yaml @@ -33,7 +33,7 @@ jobs: - 'releasing/version/VERSION' - name: Login to GHCR - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/profile_controller_oci_publish.yaml b/.github/workflows/profile_controller_oci_publish.yaml index 8e93607f..42c113c2 100644 --- a/.github/workflows/profile_controller_oci_publish.yaml +++ b/.github/workflows/profile_controller_oci_publish.yaml @@ -33,7 +33,7 @@ jobs: - 'releasing/version/VERSION' - name: Login to GHCR - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ghcr.io username: ${{ github.actor }}