From 2078ede67d90e09f6adbfacc0ce593ff2f761bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:00:07 +0000 Subject: [PATCH] deps(deps): bump docker/login-action Bumps [docker/login-action](https://github.com/docker/login-action) from 327cd5a69de6c009b9ce71bce8395f28e651bf99 to 9f4a8ea54ed9055d5f86c993e1f2ffa674f98344. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/327cd5a69de6c009b9ce71bce8395f28e651bf99...9f4a8ea54ed9055d5f86c993e1f2ffa674f98344) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 9f4a8ea54ed9055d5f86c993e1f2ffa674f98344 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/self-test-sign-and-attest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/self-test-sign-and-attest.yml b/.github/workflows/self-test-sign-and-attest.yml index fe81e05..e266a3c 100644 --- a/.github/workflows/self-test-sign-and-attest.yml +++ b/.github/workflows/self-test-sign-and-attest.yml @@ -37,7 +37,7 @@ jobs: persist-credentials: false - name: Log in to ghcr.io - uses: docker/login-action@327cd5a69de6c009b9ce71bce8395f28e651bf99 # v3.6.0 + uses: docker/login-action@9f4a8ea54ed9055d5f86c993e1f2ffa674f98344 # v3.6.0 with: registry: ghcr.io username: ${{ github.actor }}