diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 7b93042..e1340fd 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -36,7 +36,7 @@ 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 }}