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 dd98dd09d7 Fix Dependabot workflow
dd98dd09d7 is described below
commit dd98dd09d7fd2c162a1b303848f935898bf6c685
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Oct 19 21:57:07 2023 +0200
Fix Dependabot workflow
---
.github/workflows/merge-dependabot.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/merge-dependabot.yaml
b/.github/workflows/merge-dependabot.yaml
index 10c61ab5c2..a8963ebf6e 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -39,8 +39,8 @@ jobs:
merge-dependabot:
needs: build
uses:
apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@main
- java-version: |
- 11
+ with:
+ java-version: 11
permissions:
contents: write # to push
changelog commits
pull-requests: write # to close
the PR