more sonar fixes
All checks were successful
CI / linter (ubuntu-latest, 3.9) (push) Successful in 13s
Rename the project from template / rename-project (push) Has been skipped
SonarQube Scan / SonarQube Trigger (push) Successful in 45s
CI / tests_linux (ubuntu-latest, 3.9) (push) Successful in 14s

This commit is contained in:
Simon Diesenreiter 2024-11-11 05:50:52 -08:00
parent 9669e5ea76
commit e3de20f079

View File

@ -17,7 +17,10 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: SonarQube Scan
uses: kitabisa/sonarqube-action@v1.2.0
uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
with:
host: ${{ secrets.SONARQUBE_HOST }}
login: ${{ secrets.SONARQUBE_TOKEN }}
args: >
-Dsonar.projectKey=project_name