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 }}