From d5dc3e70904833b0784bb1b15b4b1d7d964e4799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 20:33:28 +0000 Subject: [PATCH] Bump actions/setup-java from 5 to 6 Bumps [actions/setup-java](https://github.com/actions/setup-java) from 5 to 6. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](https://github.com/actions/setup-java/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-java dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-master.yml | 4 ++-- .github/workflows/ci-pr.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-master.yml b/.github/workflows/ci-master.yml index ea9c52ea..2b00b4cb 100644 --- a/.github/workflows/ci-master.yml +++ b/.github/workflows/ci-master.yml @@ -18,7 +18,7 @@ jobs: # Disabling shallow clone is recommended for improving relevancy of reporting with SonarCloud fetch-depth: 0 - name: Set up JDK 11 - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: distribution: 'temurin' java-version: 11 @@ -36,7 +36,7 @@ jobs: ZENDESK_JAVA_CLIENT_TEST_OAUTH_CLIENT_SECRET: ${{ secrets.ZENDESK_JAVA_CLIENT_TEST_OAUTH_CLIENT_SECRET }} ZENDESK_JAVA_CLIENT_TEST_OAUTH_SCOPE: ${{ secrets.ZENDESK_JAVA_CLIENT_TEST_OAUTH_SCOPE }} - name: Set up JDK 17 - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: distribution: 'temurin' java-version: 17 diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 0253d99d..4a0b7087 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -18,7 +18,7 @@ jobs: # Disabling shallow clone is recommended for improving relevancy of reporting with SonarCloud fetch-depth: 0 - name: Set up JDK 11 - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: distribution: 'temurin' java-version: 11