This commit is contained in:
parent
c64032034c
commit
ed7e5a20c5
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ jobs:
|
|||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
cache: 'gradle'
|
||||
- name: SonarQube Scan
|
||||
uses: kitabisa/sonarqube-action@v1.2.1
|
||||
with:
|
||||
host: ${{ secrets.SONARQUBE_HOST }}
|
||||
login: ${{ secrets.SONARQUBE_TOKEN }}
|
||||
- name: build
|
||||
run: |
|
||||
chmod +x gradlew
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue