From 419ef932852cd1afe961b8bfd5db0f760fa18427 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 03:25:42 +0000 Subject: [PATCH] Bump docker/login-action from 1.10.0 to 3.5.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 3.5.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/f054a8b539a109f9f41c372932f1ae047eff08c9...184bdaa0721073962dff0199f1fb9940f07167d1) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-deploy-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-deploy-master.yml b/.github/workflows/build-and-deploy-master.yml index 5ca8dc93c3b..216f6ae0065 100644 --- a/.github/workflows/build-and-deploy-master.yml +++ b/.github/workflows/build-and-deploy-master.yml @@ -55,7 +55,7 @@ jobs: yarn build - name: Login to GitHub Packages Docker Registry - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 # Use commit-sha1 instead of tag for security concerns + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # Use commit-sha1 instead of tag for security concerns with: registry: ghcr.io username: ${{ github.actor }}