fixed sonar action
This commit is contained in:
parent
353326ab9a
commit
5b7cc2a128
@ -16,8 +16,14 @@ jobs:
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
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
|
||||
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:
|
||||
host: ${{ secrets.SONARQUBE_HOST }}
|
||||
login: ${{ secrets.SONARQUBE_TOKEN }}
|
||||
Loading…
Reference in New Issue
Block a user