diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8937689..f25cfe8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: if: ${{ env.SONAR_ENABLED == 'true' }} - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} if: ${{ steps.report.conclusion == 'success' }}