File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 1919 java-version : 25
2020 - name : Build with Maven
2121 run : ./mvnw --no-transfer-progress clean verify
22-
23- sonar :
24- name : sonar analyse
25- runs-on : ubuntu-latest
26- needs : build
27- steps :
28- - uses : actions/checkout@v4
29- - uses : actions/setup-java@v3
30- with :
31- distribution : ' zulu'
32- java-version : 25
33- - name : Run SonarCloud analyse
34- run : >
35- ./mvnw --batch-mode --no-transfer-progress clean
36- org.jacoco:jacoco-maven-plugin:prepare-agent verify
37- org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
38- -Dsonar.host.url=https://sonarcloud.io
39- -Dsonar.organization=michael-simons-github
40- -Dsonar.projectKey=eu.michael-simons:java-oembed
41- env :
42- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
43- SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments