This is an automated email from the ASF dual-hosted git repository.

sergehuber pushed a commit to branch UNOMI-966-setup-java-v5
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit a4bbfcb443d25aebf96c9117d418c1071e23a431
Author: Serge Huber <[email protected]>
AuthorDate: Fri Jul 17 17:45:46 2026 +0200

    UNOMI-966: Upgrade remaining setup-java actions to v5
    
    Bump docs-deploy and CodeQL Java workflows from setup-java@v1 to @v5
    with Temurin so all CI uses Node 24–compatible action majors.
---
 .github/workflows/codeql-analysis-java.yml | 3 ++-
 .github/workflows/unomi-ci-docs-deploy.yml | 6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/codeql-analysis-java.yml 
b/.github/workflows/codeql-analysis-java.yml
index 0043657b8..435e05066 100644
--- a/.github/workflows/codeql-analysis-java.yml
+++ b/.github/workflows/codeql-analysis-java.yml
@@ -44,8 +44,9 @@ jobs:
         # queries: ./path/to/local/query, your-org/your-repo/queries@main
 
     - name: Set up JDK 17
-      uses: actions/setup-java@v1
+      uses: actions/setup-java@v5
       with:
+        distribution: temurin
         java-version: 17
     - run: mvn -U -ntp -e clean install -DskipTests
 
diff --git a/.github/workflows/unomi-ci-docs-deploy.yml 
b/.github/workflows/unomi-ci-docs-deploy.yml
index 039ab45bc..672dcd2be 100644
--- a/.github/workflows/unomi-ci-docs-deploy.yml
+++ b/.github/workflows/unomi-ci-docs-deploy.yml
@@ -17,8 +17,9 @@ jobs:
     steps:
       - uses: actions/checkout@v5
       - name: Set up JDK 17
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v5
         with:
+          distribution: temurin
           java-version: 17
           server-id: apache.snapshots.https
           server-username: NEXUS_USER
@@ -42,8 +43,9 @@ jobs:
     steps:
       - uses: actions/checkout@v5
       - name: Set up JDK 17
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v5
         with:
+          distribution: temurin
           java-version: 17
           server-id: apache.snapshots.https
           server-username: NEXUS_USER

Reply via email to