diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index f66a2a2..935481d 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -23,7 +23,7 @@ jobs: run: go test -coverprofile=coverage.txt -covermode=atomic ./... - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v8.1.0 + uses: SonarSource/sonarqube-scan-action@v8.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}