Update .github/workflows/sonar.yml
All checks were successful
Sonar / SonarQube (push) Successful in 9m37s

This commit is contained in:
Liviu Burcusel 2025-12-05 16:56:27 +01:00
parent fc45e0f98a
commit 0428fce5b9

View file

@ -30,7 +30,7 @@ jobs:
continue-on-error: true
env:
CI: true
- name: SonarQube Scan
uses: SonarSource/sonarqube-scan-action@v6
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
#- name: SonarQube Scan
# uses: SonarSource/sonarqube-scan-action@v6
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}