diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a3728995..5a77231f 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.3.0 + uses: SonarSource/sonarqube-scan-action@v5.3.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}