Fix SonarQube workflow to use vars for SONAR_HOST_URL
All checks were successful
SonarQube Scan / SonarQube Analysis (push) Successful in 1m26s

This commit is contained in:
2026-04-18 20:10:13 +01:00
parent 65d939196c
commit 9bc39be5fa

View File

@@ -27,5 +27,5 @@ jobs:
- name: Run SonarQube scanner
uses: SonarSource/sonarqube-scan-action@v7.1.0
env:
SONAR_HOST_URL: ${{ secrets.SONAR_URL }}
SONAR_HOST_URL: ${{ vars.SONAR_URL }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}