Skip to content

Commit 5d04b2c

Browse files
aksOpsclaude
andcommitted
Fix CVE-2025-59844: upgrade sonarqube-scan-action v5 → v6
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d9bb1f6 commit 5d04b2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pytest tests/ --cov=code_intelligence --cov-report=xml:coverage.xml --junitxml=test-results.xml -q || true
3434
3535
- name: SonarCloud Scan
36-
uses: SonarSource/sonarqube-scan-action@v5
36+
uses: SonarSource/sonarqube-scan-action@v6
3737
env:
3838
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)