Skip to content

Commit a166f9d

Browse files
authored
Merge branch 'master' into docker-golang
2 parents f373ed7 + f1bb6c3 commit a166f9d

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
run: tox
5656
- name: Override Coverage Source Path for Sonar
5757
run: sed -i "s/<source>\/home\/runner\/work\/caldera\/caldera/<source>\/github\/workspace/g" /home/runner/work/caldera/caldera/coverage.xml
58-
- name: SonarCloud Scan
59-
uses: SonarSource/sonarcloud-github-action@49e6cd3b187936a73b8280d59ffd9da69df63ec9
58+
- name: SonarQube Scan
59+
uses: SonarSource/sonarqube-scan-action@v6.0.0
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
6262
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

sonar-project.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ sonar.sources=./app
1111
# Encoding of the source code. Default is default system encoding
1212
#sonar.sourceEncoding=UTF-8
1313

14-
sonar.python.version=3.9,3.10,3.11
14+
sonar.host.url=https://sonarcloud.io
15+
16+
sonar.python.version=3.10,3.11,3.12
1517
sonar.python.coverage.reportPaths=coverage.xml
1618

1719
# Make an exception to Link's constructor, since it requires a refactor to pass

0 commit comments

Comments
 (0)