💚 | Update SonarQube scanner to v6 in CI workflow
All checks were successful
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 1m52s
All checks were successful
SonarQube Code Quality Scan / SonarQube Scan (push) Successful in 1m52s
Fixes security vulnerability warning by updating sonarsource/sonarqube-scan-action from v4 to v6.
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
|||||||
.venv/bin/coverage xml
|
.venv/bin/coverage xml
|
||||||
|
|
||||||
- name: Run SonarQube Scanner
|
- name: Run SonarQube Scanner
|
||||||
uses: sonarsource/sonarqube-scan-action@v4
|
uses: sonarsource/sonarqube-scan-action@v6
|
||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
||||||
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
|
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST_URL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user