Skip to content

Commit dcd7a18

Browse files
build(deps): bump SonarSource/sonarqube-scan-action
Bumps [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action) from 5.2.0 to 5.3.1. - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v5.2.0...v5.3.1) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 5.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eeb7816 commit dcd7a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
done
4141
- name: SonarQube Scan
4242
if: ${{ matrix.python == '3.13' && github.actor != 'dependabot[bot]' }}
43-
uses: SonarSource/sonarqube-scan-action@v5.2.0
43+
uses: SonarSource/sonarqube-scan-action@v5.3.1
4444
env:
4545
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)