Compare commits

..

1 Commits

Author SHA1 Message Date
Peter Wieringa
48c62b3859 Merge remote-tracking branch 'origin/main' into new/initial_commit
Some checks failed
SonarQube Scan / sonarqube (pull_request) Failing after 21s
2025-12-28 18:33:54 +01:00

View File

@ -21,4 +21,4 @@ jobs:
uses: SonarSource/sonarqube-scan-action@v6 uses: SonarSource/sonarqube-scan-action@v6
env: env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}