From 5b7cc2a12886c3a9f84ce6733372d86d3ffe8170 Mon Sep 17 00:00:00 2001 From: Tobias Lehmann Date: Tue, 10 Sep 2024 15:59:56 +0200 Subject: [PATCH] fixed sonar action --- .gitea/workflows/create.quality.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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