diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 5da8f379..ef7f60e3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -239,7 +239,7 @@ jobs: shell: bash - name: SonarCloud report upload - uses: sonarsource/sonarcloud-github-action@v2.1 + uses: sonarsource/sonarcloud-github-action@v2.3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}