Fix PHPUnit tests and SonarCloud analysis

This commit is contained in:
2025-04-23 12:42:13 +01:00
parent 859161fd0c
commit ca5a9cf38b
4 changed files with 41 additions and 17 deletions

View File

@@ -28,7 +28,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
uses: SonarSource/sonarqube-scan-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}