chore(deps): update sonarsource/sonar-scanner-cli docker tag to v11 #39
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@ steps:
|
||||||
- event: push
|
- event: push
|
||||||
branch: ${CI_REPO_DEFAULT_BRANCH}
|
branch: ${CI_REPO_DEFAULT_BRANCH}
|
||||||
sonar:
|
sonar:
|
||||||
image: sonarsource/sonar-scanner-cli:10
|
image: sonarsource/sonar-scanner-cli:11
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- wget -q -O- https://git.nyyu.dev/nyyu/ci-scripts/raw/branch/main/sonar.sh | bash
|
- curl -s https://git.nyyu.dev/nyyu/ci-scripts/raw/branch/main/sonar.sh | bash
|
||||||
secrets: [ sonar_host_url, sonar_token ]
|
secrets: [ sonar_host_url, sonar_token ]
|
||||||
when:
|
when:
|
||||||
# path:
|
# path:
|
||||||
|
|
Loading…
Add table
Reference in a new issue