Title: Error During SonarScanner CLI Execution: Hash Mismatch
Description: I am encountering an issue while executing SonarScanner in my CI pipeline. The execution fails with the following error message:
19:43:15.091 ERROR Error during SonarScanner CLI execution
org.sonarsource.scanner.lib.internal.ScannerException: Unable to execute SonarScanner analysis
at org.sonarsource.scanner.lib.internal.IsolatedLauncherFactory.createLauncher(IsolatedLauncherFactory.java:83)
…
Caused by: org.sonarsource.scanner.lib.internal.cache.HashMismatchException: INVALID HASH: File /opt/sonar-scanner/.sonar/cache/_tmp/fileCache17903192519542909218.tmp was expected to have hash 72774e07cc9cba708dccb7fc4f4c451e but was downloaded with hash 7ff1e967e17f2975c655a6a7258e843e
- SonarQube Version: 10.05
- SonarScanner Version: sonarsource/sonarqube-scan:3.0.2 , sonarsource/sonarqube-scan:3.0.2 Tried for both version but same error
- Java Version: openjdk version “17.0.12” 2024-07-16
- CI/CD Tool: Bitbucket Pipelines
- Operating System: Ubuntu