Update build-pr.yml

This commit is contained in:
Enno Gelhaus 2025-10-01 21:46:10 +02:00 committed by GitHub
parent 5f9e8012f6
commit 1f14c8690d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

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