We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bcde2 commit 6be9645Copy full SHA for 6be9645
.github/workflows/complete-workflow.yml
@@ -13,7 +13,7 @@ jobs:
13
java-version: '21'
14
distribution: 'zulu'
15
cache: maven
16
- - name: Build with Maven cloud
+ - name: Run Sonar Analysis with cloud
17
run: mvn -B verify sonar:sonar -Dsonar.projectKey=dotnetgithubactionsproject -Dsonar.organization=dotnetgithubactionsorg -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments