diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index cb6b001c..a35c7999 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -47,7 +47,7 @@ jobs: args: --timeout=5m --issues-exit-code=0 --output.checkstyle.path=golangci-lint-report.xml - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v5.3.1 + uses: SonarSource/sonarqube-scan-action@v6.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}