diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 329d981..07c19f3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -241,7 +241,7 @@ jobs: shell: bash - name: SonarCloud report upload - uses: sonarsource/sonarcloud-github-action@v3.1 + uses: sonarsource/sonarcloud-github-action@v4.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}