Update sonarsource/sonarqube-scan-action action to v3
All checks were successful
build package and container / build-pypackage (pull_request) Successful in 15s
check code / check-docs (pull_request) Successful in 7s
build package and container / build-container (pull_request) Successful in 3m1s
create release / release-pypackage (pull_request) Successful in 19s
check code / check-code-py38 (pull_request) Successful in 7m5s
check code / scan-code-py311 (pull_request) Has been skipped
check code / check-code-py39 (pull_request) Successful in 6m58s
check code / check-code-py310 (pull_request) Successful in 7m5s
check code / check-code-py311 (pull_request) Successful in 7m2s

This commit is contained in:
renovate-bot 2024-08-14 04:16:02 +02:00
parent cb70268966
commit d0bb38b72d

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.1.0 uses: sonarsource/sonarqube-scan-action@v3.0.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 }}