Skip to content

Commit 1919412

Browse files
committed
fixin sonar
AI-Session-Id: 2ec229c8-e3f5-405c-bc4b-b209b0dc34a9 AI-Tool: claude-code AI-Model: unknown
1 parent 4e6ed5a commit 1919412

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: SonarQube Scan (Push)
6464
if: matrix.version == '8.2' && github.event_name == 'push'
65-
uses: SonarSource/sonarcloud-github-action@v1.9
65+
uses: SonarSource/sonarcloud-github-action@v3
6666
env:
6767
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
6868
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: SonarQube Scan (Pull Request)
7676
if: matrix.version == '8.2' && github.event_name == 'pull_request'
77-
uses: SonarSource/sonarcloud-github-action@v1.9
77+
uses: SonarSource/sonarcloud-github-action@v3
7878
env:
7979
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
8080
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)