Remove SONAR_TOKEN and SONAR_HOST_URL from workflow

Removed environment variables for SonarQube analysis.
This commit is contained in:
Enno Gelhaus 2025-10-01 22:04:37 +02:00 committed by GitHub
parent 39f617a54a
commit 74afd9149c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -63,9 +63,6 @@ jobs:
- name: SonarQube Analysis (Pull Request)
uses: SonarSource/sonarqube-scan-action@v6
env:
SONAR_TOKEN: ${{ vars.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ vars.SONAR_HOST_URL }}
with:
args: >
-Dsonar.projectVersion=${{ steps.get_version.outputs.tag }}