diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index 9686cf0..fe22c32 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@v7 + uses: SonarSource/sonarqube-scan-action@v8 with: projectBaseDir: . env: