From badaa7a0aa7c28e13d958c8c447403f4332fe174 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Thu, 10 Jun 2021 15:17:43 +0000
Subject: [PATCH] chore(release): 1.3.0 [skip ci]

# [1.3.0](https://gitlab.com/to-be-continuous/sonar/compare/1.2.0...1.3.0) (2021-06-10)

### Features

* move group ([d8850f2](https://gitlab.com/to-be-continuous/sonar/commit/d8850f2e6cf93c8403632dbb83cad76876c25677))
---
 README.md                     | 2 +-
 templates/gitlab-ci-sonar.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 7a11c75..b5811f7 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.2.0'
+    ref: '1.3.0'
     file: '/templates/gitlab-ci-sonar.yml'
 ```
 
diff --git a/templates/gitlab-ci-sonar.yml b/templates/gitlab-ci-sonar.yml
index da8ac88..70acee7 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.2.0"; fi
+  if [[ -z "$TEMPLATE_CHECK_UPDATE_DISABLED" ]]; then check_for_update sonar "1.3.0"; fi
   unscope_variables
 
   # ENDSCRIPT
@@ -291,7 +291,7 @@ sonar:
     entrypoint: [""]
   services:
     - name: "$CI_REGISTRY/to-be-continuous/tools/tracking:master"
-      command: ["--service", "sonar", "1.2.0" ]
+      command: ["--service", "sonar", "1.3.0" ]
   before_script:
     - *sonar-scripts
     - install_ca_certs "${CUSTOM_CA_CERTS:-$DEFAULT_CA_CERTS}"
-- 
GitLab