fix: update SonarQube scan environment variable to use vars instead of secrets
All checks were successful
Validate PR Title / validate (pull_request) Successful in 2s
CI / ci (pull_request) Successful in 1m1s

This commit is contained in:
2026-04-17 19:00:36 +01:00
parent e6a7c9c8a9
commit 5c54b92b83

View File

@@ -62,7 +62,7 @@ jobs:
- name: SonarQube Scan
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 }}
# - name: Set up environment for Snyk