Skip to content

Commit e2a624f

Browse files
authored
Merge pull request #51 from ScrappyCocco/dependabot/github_actions/dot-github/workflows/github_actions-e728950179
Bump SonarSource/sonarqube-scan-action from 5.3.1 to 6.0.0 in /.github/workflows in the github_actions group across 1 directory
2 parents fa45918 + 64fb182 commit e2a624f

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@v5.3.1
37+
uses: SonarSource/sonarqube-scan-action@v6.0.0
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@v5.3.1
44+
uses: SonarSource/sonarqube-scan-action@v6.0.0
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)