From b48b5e10858e67433ad4cee2ee1cf00040f4abb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 00:03:06 +0000 Subject: [PATCH] build(deps): bump docker/login-action from 2.1.0 to 3.7.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 2.1.0 to 3.7.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/f4ef78c080cd8ba55a85445d5b36e214a81df20a...c94ce9fb468520275223c153574b00df6fe4bcc9) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b51b66..74413a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - uses: anchore/sbom-action/download-syft@v0.14.1 - name: ghcr-login if: startsWith(github.ref, 'refs/tags/v') - uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v1 with: registry: ghcr.io username: ${{ github.repository_owner }}