diff --git a/.github/workflows/branch.yaml b/.github/workflows/branch.yaml index e8b637d..b23acae 100644 --- a/.github/workflows/branch.yaml +++ b/.github/workflows/branch.yaml @@ -63,7 +63,7 @@ jobs: path: coverage/ - name: Analyze with SonarQube - uses: SonarSource/sonarqube-scan-action@v7 + uses: SonarSource/sonarqube-scan-action@v8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}