File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - master
1010 - issue-*
1111
12+ permissions :
13+ contents : write
14+
1215jobs :
1316 build_and_test :
1417 name : Build and Test
2124 - name : Install Java and Maven
2225 uses : actions/setup-java@v4
2326 with :
24- java-version : ' 17 '
27+ java-version : ' 21 '
2528 distribution : ' adopt'
2629 cache : maven
2730
5457 - name : Install Java and Maven
5558 uses : actions/setup-java@v4
5659 with :
57- java-version : ' 17 '
60+ java-version : ' 21 '
5861 distribution : ' adopt'
5962 cache : maven
6063
8689 mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar \
8790 -Dsonar.projectKey=$SONAR_KEY
8891 - name : Test Report
89- uses : dorny/test-reporter@v1
92+ uses : dorny/test-reporter@v2
9093 if : success() || failure()
9194 with :
9295 name : Test Results
9396 path : ${{ github.workspace }}/target/surefire-reports/TEST-TestSuite.xml
94- reporter : java-junit
95- java-version : 17
97+ reporter : java-junit
You can’t perform that action at this time.
0 commit comments