SIENTIAPDE-1243: Update SonarQube Scan Action to v6 in quality-gate workflow.
This commit is contained in:
2
.github/workflows/quality-gate.yml
vendored
2
.github/workflows/quality-gate.yml
vendored
@@ -240,7 +240,7 @@ jobs:
|
|||||||
pytest tests --junitxml=pytest.xml --cov=model_manager --cov-report=xml --cov-report=term
|
pytest tests --junitxml=pytest.xml --cov=model_manager --cov-report=xml --cov-report=term
|
||||||
|
|
||||||
- name: Run SonarQube Analysis
|
- name: Run SonarQube Analysis
|
||||||
uses: SonarSource/sonarqube-scan-action@v5
|
uses: SonarSource/sonarqube-scan-action@v6
|
||||||
env:
|
env:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user