more sonar fixes

This commit is contained in:
2024-11-11 05:51:14 -08:00
parent 7e327e335d
commit 7f81eb1a3d

View File

@@ -17,7 +17,10 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting # Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0 fetch-depth: 0
- name: SonarQube Scan - 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: with:
host: ${{ secrets.SONARQUBE_HOST }} args: >
login: ${{ secrets.SONARQUBE_TOKEN }} -Dsonar.projectKey=project_name