Skip to content

Commit d0b9de3

Browse files
Bump SonarSource/sonarqube-scan-action in the actions-major group
Bumps the actions-major group with 1 update: [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action). Updates `SonarSource/sonarqube-scan-action` from 6 to 7 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v6...v7) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f95ae23 commit d0b9de3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pyci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
make test-coverage
2727
- name: SonarQubeScan
28-
uses: SonarSource/sonarqube-scan-action@v6
28+
uses: SonarSource/sonarqube-scan-action@v7
2929
env:
3030
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3131
with:

0 commit comments

Comments
 (0)