Skip to content

Commit 0f8feea

Browse files
committed
Actions update
1 parent c46ea35 commit 0f8feea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)