This is an automated email from the ASF dual-hosted git repository.
ahuber pushed a commit to branch v3
in repository https://gitbox.apache.org/repos/asf/causeway.git
The following commit(s) were added to refs/heads/v3 by this push:
new baaf7b2ce02 CAUSEWAY-2445: [v3] bumps Maven 3.9.11->3.9.12 (CI)
baaf7b2ce02 is described below
commit baaf7b2ce02a4b9de68cb515c4eedac7aa78f02e
Author: andi-huber <[email protected]>
AuthorDate: Thu Jan 15 12:28:14 2026 +0100
CAUSEWAY-2445: [v3] bumps Maven 3.9.11->3.9.12 (CI)
---
...rtifacts-no-push-maven.yml => ci-v3-verify.yml} | 37 ++--------------------
1 file changed, 3 insertions(+), 34 deletions(-)
diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml
b/.github/workflows/ci-v3-verify.yml
similarity index 81%
rename from .github/workflows/ci-build-artifacts-no-push-maven.yml
rename to .github/workflows/ci-v3-verify.yml
index 643e1eccf4d..723aebb68a2 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-v3-verify.yml
@@ -1,13 +1,11 @@
-name: Build, Test (JDK 25)
+name: Build, Test (3.6.0-SNAPSHOT)
on:
push:
branches:
- - main
- v3
pull_request:
branches:
- - main
- v3
jobs:
@@ -45,10 +43,6 @@ jobs:
# requires 'secrets' which we don't have yet
MVN_STAGES: install
- # options
- # CodeQL action seems broken on JDK22, waiting for updates
- SKIP_CODE_QL: true
-
steps:
- uses: actions/checkout@v5
- name: Print Branch Name
@@ -63,16 +57,11 @@ jobs:
distribution: 'zulu'
java-version: 25
- - name: Set up Maven (3.9.11)
+ - name: Set up Maven (3.9.12)
if: matrix.language == 'java' && env.BRANCH_NAME == 'v3'
uses: stCarolas/setup-maven@v5
with:
- maven-version: 3.9.11
- - name: Set up Maven (4.0.0-rc-4)
- if: matrix.language == 'java' && env.BRANCH_NAME == 'main'
- uses: stCarolas/setup-maven@v5
- with:
- maven-version: 4.0.0-rc-4
+ maven-version: 3.9.12
- name: Print Maven Version
if: matrix.language == 'java'
@@ -104,13 +93,6 @@ jobs:
echo MVN_STAGES \: $MVN_STAGES
echo ======================================
- # CodeQL Analysis
(https://codeql.github.com/docs/codeql-overview/about-codeql/)
- - name: "CodeQL: Initialize"
- if: env.SKIP_CODE_QL != 'true'
- uses: github/codeql-action/init@v4
- with:
- languages: ${{ matrix.language }}
-
- name: Build Artifacts
if: matrix.language == 'java'
shell: bash
@@ -134,19 +116,6 @@ jobs:
-DsonatypeOssDistMgmtStagingUrl=https://jakarta.oss.sonatype.org/content/repositories/staging/
-e
- # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or
Java).
- # If this step fails, then you should remove it and run the build manually
- - name: "CodeQL: Autobuild"
- if: env.SKIP_CODE_QL != 'true' && matrix.language == 'javascript'
- uses: github/codeql-action/autobuild@v4
-
- - name: "CodeQL: Perform Analysis"
- if: env.SKIP_CODE_QL != 'true'
- uses: github/codeql-action/analyze@v4
- with:
- category: "/language:${{matrix.language}}"
-
-
# FOR DEBUG USE
# - name: Dump GitHub context
# env: