Skip to content
Snippets Groups Projects
Commit b2870e4a authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 3.1.1 [skip ci]

parent 98d99541
Branches
Tags
No related merge requests found
## [3.1.1](https://gitlab.com/to-be-continuous/sonar/compare/3.1.0...3.1.1) (2023-01-27)
### Bug Fixes
* "Add registry name in all Docker images" ([5053378](https://gitlab.com/to-be-continuous/sonar/commit/505337882a1e253c828f05c1e769d345c6733e5a))
# [3.1.0](https://gitlab.com/to-be-continuous/sonar/compare/3.0.0...3.1.0) (2022-08-10)
......
......@@ -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: '3.1.0'
ref: '3.1.1'
file: '/templates/gitlab-ci-sonar.yml'
```
......
......@@ -262,7 +262,7 @@ sonar:
entrypoint: [""]
services:
- name: "$TBC_TRACKING_IMAGE"
command: ["--service", "sonar", "3.1.0" ]
command: ["--service", "sonar", "3.1.1" ]
variables:
# see: https://docs.sonarqube.org/latest/analysis/gitlab-integration/#header-4
SONAR_USER_HOME: "${CI_PROJECT_DIR}/.sonar" # Defines the location of the analysis task cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment