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 69eebe0d24 Fix Dependabot workflow
69eebe0d24 is described below
commit 69eebe0d24b163f1b793d0d7da381088eefb4f5d
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Thu Oct 19 21:55:13 2023 +0200
Fix Dependabot workflow
---
.github/workflows/merge-dependabot.yaml | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/merge-dependabot.yaml
b/.github/workflows/merge-dependabot.yaml
index 10c61ab5c2..b4d0adc9ff 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -32,15 +32,13 @@ jobs:
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@main
with:
- java-version: |
- 8
- 11
+ java-version: 11
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