fixed sonar action

This commit is contained in:
Tobias Lehmann 2024-09-10 15:59:56 +02:00
parent 353326ab9a
commit 5b7cc2a128

View File

@ -16,8 +16,14 @@ jobs:
with: with:
distribution: 'zulu' distribution: 'zulu'
java-version: '21' java-version: '21'
#- name: SonarQube Scan
# uses: kitabisa/sonarqube-action@v1.2.0
# with:
# host: ${{ secrets.SONARQUBE_HOST }}
# login: ${{ secrets.SONARQUBE_TOKEN }}
- name: SonarQube Scan - name: SonarQube Scan
uses: kitabisa/sonarqube-action@v1.2.0 uses: sonarsource/sonarqube-scan-action@master # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/official-sonarqube-scan
env:
with: with:
host: ${{ secrets.SONARQUBE_HOST }} host: ${{ secrets.SONARQUBE_HOST }}
login: ${{ secrets.SONARQUBE_TOKEN }} login: ${{ secrets.SONARQUBE_TOKEN }}