This is an automated email from the ASF dual-hosted git repository.
jacopoc pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/release24.09 by this push:
new 9cfc1fb93e Bump docker/login-action from 4.5.1 to 4.5.2
9cfc1fb93e is described below
commit 9cfc1fb93e1647c79b80edbbf864829c0fac961e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 28 14:22:43 2026 +0000
Bump docker/login-action from 4.5.1 to 4.5.2
Bumps [docker/login-action](https://github.com/docker/login-action) from
4.5.1 to 4.5.2.
- [Release notes](https://github.com/docker/login-action/releases)
-
[Commits](https://github.com/docker/login-action/compare/abd2ef45e78c5afb21d64d4ca52ee8550d9572c7...371161bbe7024a29a25c5e19bfcbc0804fe9ad2c)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 4.5.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/docker-image.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/docker-image.yml
b/.github/workflows/docker-image.yml
index 33be4ac42f..20cfa7fd19 100644
--- a/.github/workflows/docker-image.yml
+++ b/.github/workflows/docker-image.yml
@@ -58,7 +58,7 @@ jobs:
- name: Log in to the Container registry
if: ${{ !env.ACT && vars.DO_DOCKER_PUSH == 'true' }}
- uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 #
v4.5.1
+ uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c #
v4.5.2
with:
registry: ghcr.io
username: ${{ github.actor }}