From 83ef83585d68782714151b1191aa0ab4548c2309 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 07:16:26 +0000 Subject: [PATCH] ci: bump docker/login-action from 4.4.0 to 4.5.1 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.4.0 to 4.5.1. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/af1e73f918a031802d376d3c8bbc3fe56130a9b0...abd2ef45e78c5afb21d64d4ca52ee8550d9572c7) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-trivy.yml | 2 +- .github/workflows/sign-and-attest.yml | 2 +- .github/workflows/verify-attestation.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/reusable-trivy.yml b/.github/workflows/reusable-trivy.yml index 87c224a..31ee3f8 100644 --- a/.github/workflows/reusable-trivy.yml +++ b/.github/workflows/reusable-trivy.yml @@ -188,7 +188,7 @@ jobs: # publishes to ghcr.io, so logging in here (not conditionally, not # registry-parsed from image-ref) covers every real usage. - name: Log in to GHCR for the image pull - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/sign-and-attest.yml b/.github/workflows/sign-and-attest.yml index 396de6d..0d9e120 100644 --- a/.github/workflows/sign-and-attest.yml +++ b/.github/workflows/sign-and-attest.yml @@ -75,7 +75,7 @@ jobs: # registry auth docs). One GITHUB_TOKEN login covers the provenance # referrer push and every cosign push below. - name: Log in to GHCR - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/verify-attestation.yml b/.github/workflows/verify-attestation.yml index b06f453..f4cfb37 100644 --- a/.github/workflows/verify-attestation.yml +++ b/.github/workflows/verify-attestation.yml @@ -73,7 +73,7 @@ jobs: uses: aws-actions/amazon-ecr-login@d539f0932e70871a027e9d5a9d8fc38589180a64 # v2.1.6 - name: Log in to GHCR if: ${{ startsWith(inputs.image-ref, 'ghcr.io/') }} - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry: ghcr.io username: ${{ github.actor }}