diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index a9dbf46..099baa3 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@v2.1.0 + uses: SonarSource/sonarcloud-github-action@v2.1.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}