We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ff7354 commit b6b2d2eCopy full SHA for b6b2d2e
.github/workflows/build.yml
@@ -222,7 +222,7 @@ jobs:
222
if: steps.check_coverage_xml.outputs.files_exists == 'true'
223
run: sed -i "s/<source>\/home\/runner\/work\/synapsePythonClient<\/source>/<source>\/github\/workspace<\/source>/g" coverage.xml
224
- name: SonarCloud Scan
225
- uses: SonarSource/sonarcloud-github-action@master
+ uses: SonarSource/sonarqube-scan-action@v5.3.1
226
if: ${{ always() }}
227
env:
228
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments