diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 6b3099a7..f0d2900e 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -120,7 +120,7 @@ jobs: continue-on-error: true - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}