diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index 95ae3aa..a559df2 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -27,7 +27,7 @@ jobs: - name: Integration Tests run: make integration - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # run on PRs and once we merge to main, as we need baseline runs for main in Sonar