diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9ecf71..fc461aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,7 +85,7 @@ jobs: # SonarCloud Scan - name: SonarCloud Scan if: github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/master') - uses: SonarSource/sonarqube-scan-action@v7.0.0 + uses: SonarSource/sonarqube-scan-action@v7.1.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file