diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index b0e3712..5361bce 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -43,7 +43,7 @@ jobs: go tool cover -func=coverage.out - name: Sonar Scan - uses: SonarSource/sonarqube-scan-action@v6 + uses: SonarSource/sonarqube-scan-action@v7 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}