File tree 2 files changed +15
-15
lines changed
2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
35
35
36
36
steps :
37
37
- name : Checkout repository
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
40
40
- name : Cache Maven packages
41
- uses : actions/cache@v1
41
+ uses : actions/cache@v4
42
42
with :
43
43
path : ~/.m2
44
44
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ jobs:
26
26
distribution : ' temurin'
27
27
cache : maven
28
28
29
- - name : Cache SonarCloud packages
30
- uses : actions/cache@v1
31
- with :
32
- path : ~/.sonar/cache
33
- key : ${{ runner.os }}-sonar
34
- restore-keys : ${{ runner.os }}-sonar
29
+ # - name: Cache SonarCloud packages
30
+ # uses: actions/cache@v4
31
+ # with:
32
+ # path: ~/.sonar/cache
33
+ # key: ${{ runner.os }}-sonar
34
+ # restore-keys: ${{ runner.os }}-sonar
35
35
36
36
- name : Cache Maven packages
37
- uses : actions/cache@v1
37
+ uses : actions/cache@v4
38
38
with :
39
39
path : ~/.m2
40
40
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
45
45
JAVA_HOME : ${{ env.JAVA_HOME_11_X64 }}
46
46
run : mvn clean install javadoc:javadoc
47
47
48
- - name : Analyze with SonarQube
49
- env :
50
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
51
- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
52
- JAVA_HOME : ${{ env.JAVA_HOME_17_X64 }}
53
- run : mvn -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=aecu
48
+ # - name: Analyze with SonarQube
49
+ # env:
50
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
+ # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
52
+ # JAVA_HOME: ${{ env.JAVA_HOME_17_X64 }}
53
+ # run: mvn -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=aecu
You can’t perform that action at this time.
0 commit comments