This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-audit.git
The following commit(s) were added to refs/heads/master by this push:
new 5c40a57 Upgrade build JDK to 17
5c40a57 is described below
commit 5c40a577bb3110f207dff3903e6beaa72f0327f1
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Dec 27 23:46:51 2023 +0100
Upgrade build JDK to 17
---
.github/workflows/build.yml | 5 -----
.github/workflows/codeql-analysis.yml | 2 --
.github/workflows/merge-dependabot.yaml | 4 ----
3 files changed, 11 deletions(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d692e01..77074ef 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -39,8 +39,6 @@ jobs:
build:
if: github.actor != 'dependabot[bot]'
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@main
- with:
- java-version: 11
deploy-snapshot:
needs: build
@@ -50,8 +48,6 @@ jobs:
secrets:
NEXUS_USER: ${{ secrets.NEXUS_USER }}
NEXUS_PW: ${{ secrets.NEXUS_PW }}
- with:
- java-version: 11
deploy-release:
needs: build
@@ -68,7 +64,6 @@ jobs:
permissions:
contents: write
with:
- java-version: 11
project-id: log4j
# TODO Adapt to Log4j Audit
distribution-attachment-filepath-pattern: ~
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 002c111..d25f96d 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -31,8 +31,6 @@ jobs:
analyze:
uses:
apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@main
- with:
- java-version: 11
# Permissions required to publish Security Alerts
permissions:
actions: read
diff --git a/.github/workflows/merge-dependabot.yaml
b/.github/workflows/merge-dependabot.yaml
index 145abe8..3779600 100644
--- a/.github/workflows/merge-dependabot.yaml
+++ b/.github/workflows/merge-dependabot.yaml
@@ -31,14 +31,10 @@ jobs:
build:
if: github.repository == 'apache/logging-log4j-audit' && github.event_name
== 'pull_request_target' && github.actor == 'dependabot[bot]'
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@main
- with:
- java-version: 11
merge-dependabot:
needs: build
uses:
apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@main
- with:
- java-version: 11
permissions:
contents: write # to push
changelog commits
pull-requests: write # to close
the PR