Skip to content

Commit 6a5ab80

Browse files
build(deps): bump SonarSource/sonarqube-scan-action from 5 to 6
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5 to 6. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5...v6) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69951e4 commit 6a5ab80

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)