diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 65e91c0..b0a7543 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -90,17 +90,16 @@ jobs: - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2 - sonarcloud: - name: SonarCloud + sonarqube: + name: SonarQube runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master + - name: SonarQube Scan + uses: SonarSource/sonarqube-scan-action@v5 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} build: