diff --git a/.github/workflows/hatch_ci.yml b/.github/workflows/hatch_ci.yml index 996347b..aaea967 100644 --- a/.github/workflows/hatch_ci.yml +++ b/.github/workflows/hatch_ci.yml @@ -225,7 +225,7 @@ jobs: - name: SonarQube Scan if: fromJson(env.not_fork_pr) - uses: sonarsource/sonarqube-scan-action@v5.3.1 + uses: sonarsource/sonarqube-scan-action@v6.0.0 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}