diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0cef50cbc..46a122664 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -245,7 +245,7 @@ jobs: if: steps.check_coverage_xml.outputs.files_exists == 'true' run: sed -i "s/\/home\/runner\/work\/synapsePythonClient<\/source>/\/github\/workspace<\/source>/g" coverage.xml - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v5.3.1 + uses: SonarSource/sonarqube-scan-action@v6.0.0 if: ${{ always() }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}