diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index d90a2e81cd8..217d2137431 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -79,7 +79,7 @@ jobs: - name: Sonarqube Scan Branch if: github.event.workflow_run.event != 'pull_request' - uses: SonarSource/sonarqube-scan-action@v7 + uses: SonarSource/sonarqube-scan-action@v8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_CTAO }} @@ -87,7 +87,7 @@ jobs: - name: Sonarqube Scan PR if: github.event.workflow_run.event == 'pull_request' - uses: SonarSource/sonarqube-scan-action@v7 + uses: SonarSource/sonarqube-scan-action@v8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN_CTAO }}