From f58c8e19ba294f2ac4cc09c280ffb9394fa4c3ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 19:15:52 +0000 Subject: [PATCH] Chore(deps): Bump actions/setup-java Bumps the actions group with 1 update in the / directory: [actions/setup-java](https://github.com/actions/setup-java). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-sf-code-analyze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-sf-code-analyze.yml b/.github/workflows/reusable-sf-code-analyze.yml index 34b8057..8d11efd 100644 --- a/.github/workflows/reusable-sf-code-analyze.yml +++ b/.github/workflows/reusable-sf-code-analyze.yml @@ -127,7 +127,7 @@ jobs: node-version: ${{ inputs.node-version }} - name: Setup Java - uses: actions/setup-java@v5 + uses: actions/setup-java@v6 with: java-version: ${{ inputs.java-version }} distribution: "zulu"