Skip to content

Commit 40ab850

Browse files
committed
Updating to sonar.token because sonar.login is deprecated
1 parent f657508 commit 40ab850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/on.pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
key: ${{ runner.os }}-sonar
4141
- name: Run Sonar Analysis
4242
run: mvn sonar:sonar
43-
-Dsonar.login=${{ secrets.SONAR_TOKEN }}
43+
-Dsonar.token=${{ secrets.SONAR_TOKEN }}
4444
-Dsonar.host.url=${{ vars.SONAR_HOST_URL }}
4545
-Dsonar.organization=${{ vars.SONAR_ORG }}
4646
-Dsonar.projectKey=${{ vars.SONAR_PROJECT_KEY }}

0 commit comments

Comments
 (0)