diff --git a/.github/workflows/SonarCloud.yml b/.github/workflows/SonarCloud.yml index 016c567..8b24038 100644 --- a/.github/workflows/SonarCloud.yml +++ b/.github/workflows/SonarCloud.yml @@ -40,7 +40,7 @@ jobs: run: go test -v ./... -coverprofile=coverage.out -covermode=count -json > test-report.out - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v7.1.0 # https://github.com/marketplace/actions/sonarqube-scan + uses: SonarSource/sonarqube-scan-action@v8.2.0 # https://github.com/marketplace/actions/sonarqube-scan if: ${{ github.actor != 'dependabot[bot]' }} with: args: >