diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index f113e35..3b94d5d 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -38,6 +38,7 @@ jobs: restore-keys: ${{ runner.os }}-gradle - name: Build and analyze + uses: SonarSource/sonarcloud-github-action@master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}