File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 47
47
env :
48
48
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
49
49
SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
50
- run : mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -DskipGpg=true
50
+ run : echo "token:${SONAR_TOKEN}" && mvn -B verify org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -DskipGpg=true
51
51
52
52
# https://app.codecov.io/gh/pkiraly/metadata-qa-api
53
53
- name : Pubish code coverage at https://app.codecov.io/gh/pkiraly/metadata-qa-api
Original file line number Diff line number Diff line change 406
406
<plugin >
407
407
<groupId >org.apache.maven.plugins</groupId >
408
408
<artifactId >maven-jxr-plugin</artifactId >
409
- <version >3.3 .0</version >
409
+ <version >3.6 .0</version >
410
410
</plugin >
411
411
<plugin >
412
412
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments