Update sonarsource/sonarqube-scan-action action to v2.3.0 #82

Open
renovate-bot wants to merge 1 commit from renovate/sonarsource-sonarqube-scan-action-2.x into master

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@v2.3.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 }}