diff --git a/.gitea/workflows/create.quality.yaml b/.gitea/workflows/create.quality.yaml index 76ddf2e..8aacfa5 100644 --- a/.gitea/workflows/create.quality.yaml +++ b/.gitea/workflows/create.quality.yaml @@ -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 }} \ No newline at end of file