diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bedc21499..cc549da3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,4 +125,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: ./gradlew sonar --parallel --build-cache \ No newline at end of file + run: ./gradlew sonar --parallel --build-cache + + - name: SonarCloud Scan + uses: SonarSource/sonarcloud-github-action@master + env: + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file