diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1e944a86..a3728995 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -254,7 +254,7 @@ jobs: shell: bash - name: SonarCloud report upload - uses: SonarSource/sonarqube-scan-action@v5.2.0 + uses: SonarSource/sonarqube-scan-action@v5.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}