diff --git a/README.md b/README.md
index 047b5a4f56266681701c846fdc3f2952ad9a1a02..ad7c6de34ad2ff8517eb2d81df1c375663c513b2 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: 'Orange-OpenSource/tbc/sonar'
-    ref: '1.1.0'
+    ref: '1.2.0'
     file: '/templates/gitlab-ci-sonar.yml'
 ```
 
diff --git a/templates/gitlab-ci-sonar.yml b/templates/gitlab-ci-sonar.yml
index 1b5e2bb1e944fd861695d871063cc1288eeb1f0f..662fd46d6ad8c03808e1a8f71bffc09b8a2dcdce 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.1.0"; fi
+  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update sonar "1.2.0"; fi
   unscope_variables
 
   # ENDSCRIPT
@@ -291,7 +291,7 @@ sonar:
     entrypoint: [""]
   services:
     - name: "$CI_REGISTRY/orange-opensource/tbc/tools/tracking:master"
-      command: ["--service", "sonar", "1.1.0" ]
+      command: ["--service", "sonar", "1.2.0" ]
   before_script:
     - *sonar-scripts
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"