File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 with :
1414 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1515 - name : Set up JDK 17
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 java-version : 17
1919 distribution : ' adopt'
Original file line number Diff line number Diff line change 2525 echo "JAVA_VERSION=$(grep '<jdk.version>' pom.xml | cut -f2 -d'>' | cut -f1 -d'<')" >> ${GITHUB_ENV}
2626
2727 - name : Set up JDK ${{ env.JAVA_VERSION }}
28- uses : actions/setup-java@v4
28+ uses : actions/setup-java@v5
2929 with :
3030 java-version : ${{ env.JAVA_VERSION }}
3131 distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
2626 echo "JAVA_VERSION=$(grep '<jdk.version>' pom.xml | cut -f2 -d'>' | cut -f1 -d'<')" >> ${GITHUB_ENV}
2727
2828 - name : Set up JDK ${{ env.JAVA_VERSION }}
29- uses : actions/setup-java@v4
29+ uses : actions/setup-java@v5
3030 with :
3131 java-version : ${{ env.JAVA_VERSION }}
3232 distribution : ' temurin'
3333 cache : ' maven'
3434
3535 # Running setup-java again overwrites the settings.xml - IT'S MANDATORY TO DO THIS SECOND SETUP!!!
3636 - name : Set up Maven Central Repository
37- uses : actions/setup-java@v4
37+ uses : actions/setup-java@v5
3838 with :
3939 java-version : ${{ env.JAVA_VERSION }}
4040 distribution : ' temurin'
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v5
1717 - name : Set up Maven Central Repository
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 java-version : ' 17'
2121 distribution : ' adopt'
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v5
1515 - name : Set up Maven Central Repository
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 java-version : ${{ matrix.java }}
1919 distribution : ' temurin'
3131
3232 # Running setup-java again overwrites the settings.xml - IT'S MANDATORY TO DO THIS SECOND SETUP!!!
3333 - name : Set up Maven Central Repository
34- uses : actions/setup-java@v4
34+ uses : actions/setup-java@v5
3535 with :
3636 java-version : ${{ matrix.java }}
3737 distribution : ' temurin'
Original file line number Diff line number Diff line change 1313 with :
1414 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1515 - name : Set up JDK 17
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 java-version : 17
1919 distribution : ' adopt'
You can’t perform that action at this time.
0 commit comments