From d8565cb3d35e3a3eaad0cb997db5ff99c51f1269 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 05:06:59 +0000 Subject: [PATCH] chore(deps): update actions/setup-java action to v5 --- .github/workflows/sonar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 81058d85..bf745019 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -25,7 +25,7 @@ jobs: # Setup - name: Set up JDK - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4 + uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5 with: java-version: ${{ env.JAVA_VERSION }} distribution: "temurin"