File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919 SONAR_ORGANIZATION : ${{ secrets.SONAR_ORGANIZATION }}
2020 SONAR_PROJECT_KEY : ${{ secrets.SONAR_PROJECT_KEY}}
2121 steps :
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v6
2323 - name : Set up JDK 21
24- uses : actions/setup-java@v3
24+ uses : actions/setup-java@v5
2525 with :
2626 java-version : 21
2727 distribution : ' temurin'
@@ -30,14 +30,14 @@ jobs:
3030 with :
3131 maven-version : 3.9.8
3232 - name : Cache SonarCloud packages
33- uses : actions/cache@v4
33+ uses : actions/cache@v5
3434 if : ${{ env.SONAR_TOKEN != 0 }}
3535 with :
3636 path : ~/.sonar/cache
3737 key : ${{ runner.os }}-sonar
3838 restore-keys : ${{ runner.os }}-sonar
3939 - name : Cache Maven packages
40- uses : actions/cache@v4
40+ uses : actions/cache@v5
4141 with :
4242 path : ~/.m2
4343 key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
You can’t perform that action at this time.
0 commit comments