From c72c94e9838a29c29a1a645dee1acd36615605ab Mon Sep 17 00:00:00 2001 From: ilia Date: Fri, 22 May 2026 22:02:46 -0400 Subject: [PATCH] Fix CI sonar job: use scanner-cli latest tag Pinned 5.0.1.3006 image no longer exists on Docker Hub. Co-authored-by: Cursor --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 75319c5..d3d257c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -494,7 +494,7 @@ jobs: runs-on: ubuntu-latest continue-on-error: true container: - image: sonarsource/sonar-scanner-cli:5.0.1.3006 + image: sonarsource/sonar-scanner-cli:latest env: SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}