diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index c6089c82..bf1da0d7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -254,7 +254,7 @@ jobs: shell: bash - name: SonarCloud report upload - uses: sonarsource/sonarcloud-github-action@v2.3 + uses: sonarsource/sonarcloud-github-action@v3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}