diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 21b404a3..182936b2 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -200,7 +200,7 @@ jobs: shell: bash - name: SonarCloud report upload - uses: sonarsource/sonarcloud-github-action@v1.7 + uses: sonarsource/sonarcloud-github-action@v1.8 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}