Skip to content

Commit ce37aba

Browse files
Replace SonarSource/sonarcloud-github-action
1 parent 070447d commit ce37aba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
- 6379:6379
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 0
3030

3131
- name: Setup Python
32-
uses: actions/setup-python@v3
32+
uses: actions/setup-python@v6
3333
with:
3434
python-version: '3.7.16'
3535

@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: SonarQube Scan (Push)
5050
if: github.event_name == 'push'
51-
uses: SonarSource/sonarcloud-github-action@v1.9
51+
uses: SonarSource/sonarqube-scan-action@v6
5252
env:
5353
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: SonarQube Scan (Pull Request)
6262
if: github.event_name == 'pull_request'
63-
uses: SonarSource/sonarcloud-github-action@v1.9
63+
uses: SonarSource/sonarqube-scan-action@v6
6464
env:
6565
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
6666
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)