Skip to content

Commit 14f03f5

Browse files
Update SonarQube scan action from v4 to v6
v4 is no longer supported and contains a security vulnerability per the deprecation notice from SonarSource. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 75d4a93 commit 14f03f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: SonarQube Scan
4545
if: matrix.python-version == '3.10'
46-
uses: SonarSource/sonarqube-scan-action@v4
46+
uses: SonarSource/sonarqube-scan-action@v6
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)