This commit is contained in:
parent
ed7e5a20c5
commit
817a0c5a3f
1 changed files with 3 additions and 3 deletions
|
@ -12,10 +12,10 @@ jobs:
|
|||
distribution: 'temurin'
|
||||
cache: 'gradle'
|
||||
- name: SonarQube Scan
|
||||
uses: kitabisa/sonarqube-action@v1.2.1
|
||||
uses: sonarsource/sonarqube-scan-action@master
|
||||
with:
|
||||
host: ${{ secrets.SONARQUBE_HOST }}
|
||||
login: ${{ secrets.SONARQUBE_TOKEN }}
|
||||
SONAR_HOST_URL: ${{ secrets.SONARQUBE_HOST }}
|
||||
SONAR_TOKEN: ${{ secrets.SONARQUBE_TOKEN }}
|
||||
- name: build
|
||||
run: |
|
||||
chmod +x gradlew
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue