Compare commits

..

1 Commits

Author SHA1 Message Date
Peter Wieringa
600f786900 Merge remote-tracking branch 'origin/main' into new/initial_commit
Some checks failed
SonarQube Scan / SonarQube Trigger (pull_request) Failing after 8s
2025-12-28 18:06:04 +01:00

View File

@ -18,7 +18,7 @@ jobs:
- name: SonarQube Scan - name: SonarQube Scan
uses: kitabisa/sonarqube-action@v1.2.0 uses: kitabisa/sonarqube-action@v1.2.0
with: with:
host: ${{ secrets.SONARQUBE_HOST }} host: ${{ secrets.SONARQUBE_HOST_URL }}
login: ${{ secrets.SONARQUBE_TOKEN }} login: ${{ secrets.SONARQUBE_TOKEN }}
projectKey: "schiphol" projectKey: "schiphol"
projectName: "schiphol" projectName: "schiphol"