From 2ff341b09c98029385a63e0fa593e565102d91ab Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 19 Apr 2026 10:43:58 +0000 Subject: [PATCH] chore(deps): bump SonarSource/sonarqube-scan-action from v5 to v6 Supersedes #71 (Dependabot PR cannot access SONAR_TOKEN, so the SonarCloud Scan check always fails on that PR). The v6 breaking change only affects workflows that pass the `args` input with quoted values; this workflow passes only `projectBaseDir: .`, so no further changes are needed. https://claude.ai/code/session_01R2n6wKqFkYPvHkwaip8EnJ --- .github/workflows/sonarcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 56792d7..2713dd4 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -35,7 +35,7 @@ jobs: cargo clippy --workspace --all-targets --message-format=json > ../clippy-report.json 2>&1 || true - name: SonarCloud Scan - uses: SonarSource/sonarqube-scan-action@v5 + uses: SonarSource/sonarqube-scan-action@v6 with: projectBaseDir: . env: