diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index e60d8f9..bd7988b 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@v4 + uses: SonarSource/sonarqube-scan-action@v5 env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # run on PRs and once we merge to main, as we need baseline runs for main in Sonar