This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new dd8b78f0e19 build(deps): bump docker/login-action from 4.5.1 to 4.6.0
dd8b78f0e19 is described below
commit dd8b78f0e19c6e7f02e84457175a163113e50b9e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 3 02:53:11 2026 +0000
build(deps): bump docker/login-action from 4.5.1 to 4.6.0
Bumps [docker/login-action](https://github.com/docker/login-action) from
4.5.1 to 4.6.0.
- [Release notes](https://github.com/docker/login-action/releases)
-
[Commits](https://github.com/docker/login-action/compare/abd2ef45e78c5afb21d64d4ca52ee8550d9572c7...dbcb813823bdd20940b903addbd779551569679f)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 4.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/build.yml | 4 ++--
.github/workflows/docker_linux.yml | 2 +-
.github/workflows/membrowse-report.yml | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 57469204f33..5e0ca0b9d7f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -390,7 +390,7 @@ jobs:
run: tar zxf sources.tar.gz
- name: Docker Login
- uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 #
v4.5.1
+ uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f #
v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
@@ -485,7 +485,7 @@ jobs:
run: tar zxf sources.tar.gz
- name: Docker Login
- uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 #
v4.5.1
+ uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f #
v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
diff --git a/.github/workflows/docker_linux.yml
b/.github/workflows/docker_linux.yml
index ea25794a381..1a63b341300 100644
--- a/.github/workflows/docker_linux.yml
+++ b/.github/workflows/docker_linux.yml
@@ -69,7 +69,7 @@ jobs:
uses:
docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
- name: Log into registry
- uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 #
v4.5.1
+ uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f #
v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
diff --git a/.github/workflows/membrowse-report.yml
b/.github/workflows/membrowse-report.yml
index 90c5049c6b9..66b9fdfd75e 100644
--- a/.github/workflows/membrowse-report.yml
+++ b/.github/workflows/membrowse-report.yml
@@ -188,7 +188,7 @@ jobs:
run: df -h
- name: Docker Login
- uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 #
v4.5.1
+ uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f #
v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}