This is an automated email from the ASF dual-hosted git repository.
alexoree pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git
from 1d3e5ebd8 Merge pull request #419 from spyhunter99/master
add dd480ac85 Add GitHub Actions workflows for Java CI and Dependency
Review
add 4e998cf74 Merge remote-tracking branch 'upstream/master' into
github_actions
add 6778fefd9 fixes the compile issue and updates the github actions for
additional build profiles
add d76e9da35 updates the mvn commands
add 52cc2867c disables jdk23 and 24 as they also fail for the same reason
as 25
new c1bef35e7 Merge pull request #420 from spyhunter99/github_actions
JSPWIKI-1179
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/codeql.yml | 90 ++++++++++++++++++++++
.../workflows/dependency-review.yml | 55 +++++++------
.github/workflows/maven.yml | 62 +++++++++++++++
.../org/apache/wiki/util/PropertyReaderTest.java | 13 ++--
pom.xml | 1 +
5 files changed, 191 insertions(+), 30 deletions(-)
create mode 100644 .github/workflows/codeql.yml
copy jspwiki-portable/src/overlay/launchers/tomcat/woas.url =>
.github/workflows/dependency-review.yml (72%)
create mode 100644 .github/workflows/maven.yml