This is an automated email from the ASF dual-hosted git repository.
pkarwasz 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 6bfd69c04f Fix Java version in `merge-dependabot`"
6bfd69c04f is described below
commit 6bfd69c04fecca9fdf900fd99d4e3d4f72f3f082
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Sun Oct 15 10:46:17 2023 +0200
Fix Java version in `merge-dependabot`"
---
.github/workflows/merge-dependabot.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/merge-dependabot.yaml
b/.github/workflows/merge-dependabot.yaml
index 97be988d87..10c61ab5c2 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -39,6 +39,8 @@ jobs:
merge-dependabot:
needs: build
uses:
apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@main
+ java-version: |
+ 11
permissions:
contents: write # to push
changelog commits
pull-requests: write # to close
the PR