Merge pull request #701 from eclipse-ee4j/dependabot/github_actions/actions/setup-java-5.2.0

Bump actions/setup-java from 5.1.0 to 5.2.0
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index adf05b3..3211980 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -29,7 +29,7 @@
         with:
           fetch-depth: 0
       - name: Set up compile JDK
-        uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
+        uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
         with: #Compile java needs to be the highest to ensure proper compilation of the multi-release jar
           distribution: 'temurin'
           java-version: 17