diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b5c838..68220db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: bundle exec rspec - name: Analyze with SonarCloud - uses: sonarsource/sonarqube-scan-action@v7 + uses: sonarsource/sonarqube-scan-action@v8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This is provided automatically by GitHub SONAR_TOKEN: ${{ secrets.RUBY_SONAR_TOKEN }} # This needs to be set in your repo; settings -> secrets