From 4d83313c53dfcdc0a72cf78a193b9c5551dfcb0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:41:55 +0000 Subject: [PATCH] Bump actions/setup-java from 4 to 5 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/advanced-config-codeql.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/advanced-config-codeql.yml b/.github/workflows/advanced-config-codeql.yml index ef10ed1..68525f1 100644 --- a/.github/workflows/advanced-config-codeql.yml +++ b/.github/workflows/advanced-config-codeql.yml @@ -65,7 +65,7 @@ jobs: # If the Autobuild fails above, remove it and uncomment the following three lines. # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. - - uses: actions/setup-java@v4 + - uses: actions/setup-java@v5 with: distribution: 'microsoft' java-version: '17' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67eebe8..54e6bd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up JDK 19 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: '19' distribution: 'adopt'