From cddac8844a78a8460a42b60fdbfd6e18f1d1d54f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Aug 2025 10:23:32 +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/build-java-17.yml | 2 +- .github/workflows/codeql-java-17.yml | 2 +- .github/workflows/release-maven-central-java-17.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-java-17.yml b/.github/workflows/build-java-17.yml index d7a31af..8e81765 100644 --- a/.github/workflows/build-java-17.yml +++ b/.github/workflows/build-java-17.yml @@ -23,7 +23,7 @@ jobs: with: persist-credentials: false - name: Set up JDK 17 - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: 17 distribution: corretto diff --git a/.github/workflows/codeql-java-17.yml b/.github/workflows/codeql-java-17.yml index 084e759..253c803 100644 --- a/.github/workflows/codeql-java-17.yml +++ b/.github/workflows/codeql-java-17.yml @@ -65,7 +65,7 @@ jobs: queries: security-and-quality # Attempting compatibiltiy with Java 17 - - uses: actions/setup-java@v4 + - uses: actions/setup-java@v5 with: java-version: 17 distribution: corretto diff --git a/.github/workflows/release-maven-central-java-17.yml b/.github/workflows/release-maven-central-java-17.yml index 7766124..ecf3e57 100644 --- a/.github/workflows/release-maven-central-java-17.yml +++ b/.github/workflows/release-maven-central-java-17.yml @@ -19,7 +19,7 @@ jobs: persist-credentials: false - name: Set up Java for publishing to Maven Central Repository - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: java-version: 17 distribution: corretto