diff --git a/README.md b/README.md index b472f70f3cdcad105e2528f7320b94548aefb53f..5bcd5a242e480f9e50f0435178c18715d3821b56 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ In order to include this template in your project, add the following to your `gi ```yaml include: - project: 'to-be-continuous/sonar' - ref: '1.3.1' + ref: '1.3.2' file: '/templates/gitlab-ci-sonar.yml' ``` diff --git a/templates/gitlab-ci-sonar.yml b/templates/gitlab-ci-sonar.yml index 7b82087fe1d9fa3280fef53d925a4566255e09c4..bad23a61a35570887fdfb93a81ddf1d7625d44c0 100644 --- a/templates/gitlab-ci-sonar.yml +++ b/templates/gitlab-ci-sonar.yml @@ -278,7 +278,7 @@ stages: fi } - if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update sonar "1.3.1"; fi + if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update sonar "1.3.2"; fi unscope_variables # ENDSCRIPT @@ -291,7 +291,7 @@ sonar: entrypoint: [""] services: - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" - command: ["--service", "sonar", "1.3.1" ] + command: ["--service", "sonar", "1.3.2" ] variables: # Tells git to fetch all the branches of the project, required by the analysis task # see: https://docs.sonarqube.org/8.5/analysis/gitlab-cicd/#header-2