Skip to content

Commit b04bee1

Browse files
Bump SonarSource/sonarqube-scan-action
Bumps the github_actions group with 1 update in the /.github/workflows directory: [SonarSource/sonarqube-scan-action](https://github.com/sonarsource/sonarqube-scan-action). Updates `SonarSource/sonarqube-scan-action` from 4 to 5.3.1 - [Release notes](https://github.com/sonarsource/sonarqube-scan-action/releases) - [Commits](SonarSource/sonarqube-scan-action@v4...v5.3.1) --- updated-dependencies: - dependency-name: SonarSource/sonarqube-scan-action dependency-version: 5.3.1 dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a587fd9 commit b04bee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-test-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
verbose: true
3535
token: ${{ secrets.CODECOV_TOKEN }}
3636
- name: SonarQube Scan
37-
uses: SonarSource/sonarqube-scan-action@v4
37+
uses: SonarSource/sonarqube-scan-action@v5.3.1
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/python-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
verbose: true
4242
token: ${{ secrets.CODECOV_TOKEN }}
4343
- name: SonarQube Scan
44-
uses: SonarSource/sonarqube-scan-action@v4
44+
uses: SonarSource/sonarqube-scan-action@v5.3.1
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)