Skip to content

Commit 5b2ac18

Browse files
authored
Merge pull request #1489 from RS-PYTHON/dependabot/github_actions/SonarSource/sonarqube-scan-action-6
build(deps): bump SonarSource/sonarqube-scan-action from 5 to 6
2 parents 69951e4 + 6a5ab80 commit 5b2ac18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
sed -i 's|<source>[^<]*</source>|<source>.</source>|g' ./cov-report.xml
267267
268268
- name: Run SonarCloud Scanner
269-
uses: SonarSource/sonarqube-scan-action@v5
269+
uses: SonarSource/sonarqube-scan-action@v6
270270
with:
271271
# See doc:
272272
# https://docs.sonarsource.com/sonarqube/9.9/analyzing-source-code/languages/python/

0 commit comments

Comments
 (0)