GitHub Action Cache Entry on ALL Runs

We are using the GitHub action SonarSource/sonarqube-scan-action against our self-hosted server and have noticed that there is a cache entry for every run.

Environment:

  • Action version: SonarSource/sonarqube-scan-action@2500896589ef8f7247069a56136f8dc177c27ccf
  • Sonar server version: Enterprise Edition - v9.9.9 (build 104369)

We see the following entry on every run :

Cache not found for input keys: sonar-scanner-cli-7.1.0.4889-Linux-X64

Though we do see a cache entry with that name, one cache entry with the same name for each run. Also, this is against the same branch.

Hi,

Welcome to the community!

Your version is past EOL. You should update to either the latest version or the current LTA (long-term active version) at your earliest convenience. Your update path is:

9.9.9 → 2025.1.4 → 2026.1

You may find these resources helpful:

If you have questions about updating, feel free to open a new thread for that here.

If your error persists after update, please come back to us.

 
Ann

Will that have any affect on how the Sonar action handles caching?