1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00

Update sonarqube.yml

This commit is contained in:
Anton Titovets
2024-02-22 16:34:21 +03:00
committed by GitHub
parent f2d1fa6419
commit fe720f46af

View File

@@ -64,7 +64,4 @@ jobs:
run: sonar-scanner run: sonar-scanner
-Dsonar.login=${{ secrets.SONAR_TOKEN }} -Dsonar.login=${{ secrets.SONAR_TOKEN }}
-Dsonar.host.url=https://api.athenaeum.digital/Sonar -Dsonar.host.url=https://api.athenaeum.digital/Sonar
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
-Dsonar.pullrequest.branch=${{ github.event.pull_request.head.ref }}
-Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
-Dsonar.scm.revision=${{ github.event.pull_request.head.sha }}