This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new 0e5a352c10 Bump
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0 (#3735)
0e5a352c10 is described below
commit 0e5a352c101f5746f117fc85010508ff133451c4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 13 14:13:43 2025 +0000
Bump apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0
(#3735)
Bumps
[apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0](https://github.com/apache/logging-parent)
from 12.1.0 to 12.1.1.
- [Release notes](https://github.com/apache/logging-parent/releases)
-
[Commits](https://github.com/apache/logging-parent/compare/rel/12.1.0...rel/12.1.1)
---
updated-dependencies:
- dependency-name:
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0
dependency-version: 12.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/build.yaml | 2 +-
.github/workflows/merge-dependabot.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index e8dfa37fe6..7e42c1823d 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -30,7 +30,7 @@ jobs:
build:
if: github.actor != 'dependabot[bot]'
- uses:
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0
+ uses:
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.1
secrets:
DV_ACCESS_TOKEN: ${{ startsWith(github.ref_name, 'release/') && '' ||
secrets.GE_ACCESS_TOKEN }}
with:
diff --git a/.github/workflows/merge-dependabot.yaml
b/.github/workflows/merge-dependabot.yaml
index 0e7394248b..de25d26dc9 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -30,7 +30,7 @@ jobs:
build:
if: github.repository == 'apache/logging-log4j2' && github.event_name ==
'pull_request_target' && github.actor == 'dependabot[bot]'
- uses:
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.0
+ uses:
apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.1.1
secrets:
DV_ACCESS_TOKEN: ${{ secrets.GE_ACCESS_TOKEN }}
with: