We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f2b8909 + 3ccd447 commit 4151774Copy full SHA for 4151774
.github/workflows/maven.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
fetch-depth: 0
31
- name: Set up compile JDK
32
- uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
+ uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
33
with: #Compile java needs to be the highest to ensure proper compilation of the multi-release jar
34
distribution: 'temurin'
35
java-version: 17
0 commit comments