This is an automated email from the ASF dual-hosted git repository.
ramanathan1504 pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/2.x by this push:
new 9ce46c1765 Bump actions/stale from 10.2.0 to 10.3.0 in the
dependencies group across 1 directory (#4137)
9ce46c1765 is described below
commit 9ce46c1765de0f5ad15ab68f00b7939622604a4d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 22 23:21:22 2026 +0530
Bump actions/stale from 10.2.0 to 10.3.0 in the dependencies group across 1
directory (#4137)
* Bump actions/stale in the dependencies group across 1 directory
Bumps the dependencies group with 1 update in the / directory:
[actions/stale](https://github.com/actions/stale).
Updates `actions/stale` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/actions/stale/compare/b5d41d4e1d5dceea10e7104786b73624c18a190f...eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899)
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: 10.3.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: dependencies
...
Signed-off-by: dependabot[bot] <[email protected]>
* Generate changelog entries for #4137
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ramanathan <[email protected]>
---
.github/workflows/close-stale.yaml | 2 +-
src/changelog/.2.x.x/update_actions_stale.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/close-stale.yaml
b/.github/workflows/close-stale.yaml
index 50870630b7..68c8d3ebcf 100644
--- a/.github/workflows/close-stale.yaml
+++ b/.github/workflows/close-stale.yaml
@@ -28,7 +28,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- - uses: actions/stale@b5d41d4e1d5dceea10e7104786b73624c18a190f #
v10.2.0
+ - uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 #
v10.3.0
with:
# Labels need to match with the ones in `labeler.yaml`!
only-labels: waiting-for-user
diff --git a/src/changelog/.2.x.x/update_actions_stale.xml
b/src/changelog/.2.x.x/update_actions_stale.xml
index 4d772217e1..717fbb4785 100644
--- a/src/changelog/.2.x.x/update_actions_stale.xml
+++ b/src/changelog/.2.x.x/update_actions_stale.xml
@@ -3,6 +3,6 @@
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
type="updated">
- <issue id="4121" link="https://github.com/apache/logging-log4j2/pull/4121"/>
- <description format="asciidoc">Update `actions/stale` to version
`10.2.0`</description>
+ <issue id="4137" link="https://github.com/apache/logging-log4j2/pull/4137"/>
+ <description format="asciidoc">Update `actions/stale` to version
`10.3.0`</description>
</entry>