File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 90
90
- name : Setup Java
91
91
uses : actions/setup-java@v4
92
92
with :
93
- java-version : 11
93
+ java-version : 17
94
94
distribution : ' adopt'
95
95
96
96
- name : Gradle cache
@@ -117,6 +117,6 @@ jobs:
117
117
run : ./gradlew codeCoverageReport --stacktrace
118
118
119
119
- name : Generate and publish Sonar report
120
- run : ./gradlew sonarqube -Dsonar.projectKey=kobylynskyi_graphql-java-codegen -Dsonar.organization=kobylynskyi -Dsonar.host.url=https://sonarcloud.io -Dsonar.login =${{ secrets.SONAR_LOGIN }} --stacktrace
120
+ run : ./gradlew sonarqube -Dsonar.projectKey=kobylynskyi_graphql-java-codegen -Dsonar.organization=kobylynskyi -Dsonar.host.url=https://sonarcloud.io -Dsonar.token =${{ secrets.SONAR_TOKEN }} --stacktrace
121
121
env :
122
122
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments