From fa060bf9d04b955b554e1ea5124a3a5f54ccc8bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 23:42:44 +0000 Subject: [PATCH] ci(deps): bump actions/setup-java from 5 to 5.6.0 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5 to 5.6.0. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5...v5.6.0) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: 5.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/licensecheck.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 861e94d30..6c8e1b586 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,7 +134,7 @@ jobs: - name: "Install: JDK ${{ env.JAVA_VERSION }} ☕" - uses: actions/setup-java@v5 # https://github.com/actions/setup-java + uses: actions/setup-java@v5.6.0 # https://github.com/actions/setup-java with: distribution: temurin java-version: ${{ env.JAVA_VERSION }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2268b7d51..d9863c086 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -93,7 +93,7 @@ jobs: - name: "Install: JDK ${{ env.JAVA_VERSION }} ☕" - uses: actions/setup-java@v5 # https://github.com/actions/setup-java + uses: actions/setup-java@v5.6.0 # https://github.com/actions/setup-java if: matrix.language == 'java' with: distribution: temurin diff --git a/.github/workflows/licensecheck.yml b/.github/workflows/licensecheck.yml index aef743c8a..e427bbc05 100644 --- a/.github/workflows/licensecheck.yml +++ b/.github/workflows/licensecheck.yml @@ -65,7 +65,7 @@ jobs: - name: "Install: JDK ${{ env.JAVA_VERSION }} ☕" - uses: actions/setup-java@v5 # https://github.com/actions/setup-java + uses: actions/setup-java@v5.6.0 # https://github.com/actions/setup-java with: distribution: temurin java-version: ${{ env.JAVA_VERSION }}