diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 3c61cbdb..83bd5660 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest env: # previous LTS version - SONAR_SERVER_VERSION:v9.9.7.96285 + SONAR_SERVER_VERSION: 9.9.7.96285 SONAR_PLUGIN_API_VERSION: 9.14.0.375 steps: - name: Decide the ref to check out