From abd67c93bf20791e0af223a75d200b0fc46fc92d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:20:49 +0000 Subject: [PATCH 1/2] Bump oracle-actions/setup-java in the github-actions group Bumps the github-actions group with 1 update: [oracle-actions/setup-java](https://github.com/oracle-actions/setup-java). Updates `oracle-actions/setup-java` from 1.4.2 to 1.5.0 - [Release notes](https://github.com/oracle-actions/setup-java/releases) - [Changelog](https://github.com/oracle-actions/setup-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/oracle-actions/setup-java/compare/b1546e588c27008e88bfcabda44d11c22316b9b8...fff43251af9936a0e6a4d5d0946e14f1680e9b6b) --- updated-dependencies: - dependency-name: oracle-actions/setup-java dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7c9478e..614dd5f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Set up Java - uses: oracle-actions/setup-java@b1546e588c27008e88bfcabda44d11c22316b9b8 # v1.4.2 + uses: oracle-actions/setup-java@fff43251af9936a0e6a4d5d0946e14f1680e9b6b # v1.5.0 with: website: jdk.java.net release: ${{ matrix.java }} From 196840177bce51f96cf00f75a2fcf571d62cbd23 Mon Sep 17 00:00:00 2001 From: Stefano Cordio Date: Mon, 22 Sep 2025 18:48:11 +0200 Subject: [PATCH 2/2] Remove EOL Java 24 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 614dd5f..db37127 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: fail-fast: false matrix: # https://jdk.java.net/ - java: [24, 25, 26] + java: [25, 26] runs-on: ubuntu-latest steps: