Skip to content

Commit e93e7f5

Browse files
committed
#21: Remove SONAR_HOST_URL from SonarCloud workflow
SONAR_HOST_URL is optional for SonarCloud and auto-detected from organization
1 parent 55452ef commit e93e7f5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/sonarcloud.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
uses: SonarSource/sonarqube-scan-action@v3
4949
env:
5050
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
51-
SONAR_HOST_URL: https://sonarcloud.io
5251
with:
5352
args: >
5453
-Dsonar.organization=migration-script-runner

0 commit comments

Comments
 (0)