diff --git a/.github/workflows/code-scan.yml b/.github/workflows/code-scan.yml index 5b24f00..3bb03e3 100644 --- a/.github/workflows/code-scan.yml +++ b/.github/workflows/code-scan.yml @@ -208,7 +208,7 @@ jobs: # Avoiding the SonarQube warning... mv -f -- ./build.gradle ./build-manually.gradle - name: "SonarQube scan" - uses: SonarSource/sonarqube-scan-action@v7 + uses: SonarSource/sonarqube-scan-action@v8 timeout-minutes: 10 env: SONAR_TOKEN: "${{ secrets.SONAR_TOKEN }}"