Skip to content

Commit b6b2d2e

Browse files
authored
update SonarCloud action to use sonarqube-scan-action@v5.3.1 (#1238)
1 parent 8ff7354 commit b6b2d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
if: steps.check_coverage_xml.outputs.files_exists == 'true'
223223
run: sed -i "s/<source>\/home\/runner\/work\/synapsePythonClient<\/source>/<source>\/github\/workspace<\/source>/g" coverage.xml
224224
- name: SonarCloud Scan
225-
uses: SonarSource/sonarcloud-github-action@master
225+
uses: SonarSource/sonarqube-scan-action@v5.3.1
226226
if: ${{ always() }}
227227
env:
228228
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)