Skip to content

Commit e327645

Browse files
Bump SonarSource/sonarqube-scan-action
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5ffbad44543237d1b339a5ed57a774432e19f3e4 to ba6563cca79df854af1350ec3dc5881313ec2d3c. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@5ffbad4...ba6563c) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: ba6563cca79df854af1350ec3dc5881313ec2d3c dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 509f38f commit e327645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: SonarQube Scan
104104
# yamllint disable-line rule:line-length
105-
uses: SonarSource/sonarqube-scan-action@5ffbad44543237d1b339a5ed57a774432e19f3e4
105+
uses: SonarSource/sonarqube-scan-action@ba6563cca79df854af1350ec3dc5881313ec2d3c
106106
env:
107107
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
108108
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)