From 83e37e7d1cb1ec32ee8ef4dd9e8c8778cedfe822 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:34:49 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 4 to 4.5.2 Bumps [docker/login-action](https://github.com/docker/login-action) from 4 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-fastapi.yml | 2 +- .github/workflows/ci-frontend.yml | 2 +- .github/workflows/ci-springboot.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-fastapi.yml b/.github/workflows/ci-fastapi.yml index fdcfb4c5..e5cc8f8b 100644 --- a/.github/workflows/ci-fastapi.yml +++ b/.github/workflows/ci-fastapi.yml @@ -24,7 +24,7 @@ jobs: # 3. Harbor 로그인 - name: Login to Harbor - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: amdp-registry.skala-ai.com username: ${{ secrets.HARBOR_USERNAME }} diff --git a/.github/workflows/ci-frontend.yml b/.github/workflows/ci-frontend.yml index 74216e92..b20abd30 100644 --- a/.github/workflows/ci-frontend.yml +++ b/.github/workflows/ci-frontend.yml @@ -24,7 +24,7 @@ jobs: # 3. Harbor 로그인 - name: Login to Harbor - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: amdp-registry.skala-ai.com username: ${{ secrets.HARBOR_USERNAME }} diff --git a/.github/workflows/ci-springboot.yml b/.github/workflows/ci-springboot.yml index a5064751..d5c6b6c5 100644 --- a/.github/workflows/ci-springboot.yml +++ b/.github/workflows/ci-springboot.yml @@ -24,7 +24,7 @@ jobs: # 3. Harbor 로그인 - name: Login to Harbor - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: registry: amdp-registry.skala-ai.com username: ${{ secrets.HARBOR_USERNAME }}