diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 7b93042..46e0e4c 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -36,9 +36,8 @@ jobs: pytest --cov=./custom_components/kat_bulgaria --cov-report=xml - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5.3.1 # Ex: v4.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan + uses: SonarSource/sonarqube-scan-action@v6.0.0 # Ex: v4.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # SONAR_TOKEN: ${{ secrets.SELFHOSTED_SONAR_TOKEN }} # SONAR_HOST_URL: ${{ secrets.SELFHOSTED_SONAR_HOST_URL }} -