Merge pull request 'Update sonarsource/sonarqube-scan-action action to v2.1.0' (#80) from renovate/sonarsource-sonarqube-scan-action-2.x into master
All checks were successful
check code / check-docs (push) Successful in 8s
check code / check-code-py38 (push) Successful in 20s
check code / check-code-py39 (push) Successful in 28s
check code / check-code-py310 (push) Successful in 26s
check code / check-code-py311 (push) Successful in 19s
check code / scan-code-py311 (push) Successful in 7m22s
run scheduled tests / check-code-py311 (push) Successful in 6m50s

Reviewed-on: #80
This commit is contained in:
Ivan Schaller 2024-06-01 09:39:09 +02:00
commit cb70268966

View file

@ -37,7 +37,7 @@ jobs:
run: hatch run default:cov run: hatch run default:cov
- name: run sonar-scanner - name: run sonar-scanner
uses: sonarsource/sonarqube-scan-action@v2.0.2 uses: sonarsource/sonarqube-scan-action@v2.1.0
env: env:
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }} SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }} SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}