diff --git a/.gitea/workflows/create.quality.yaml b/.gitea/workflows/create.quality.yaml index 8aacfa5..0bf3a13 100644 --- a/.gitea/workflows/create.quality.yaml +++ b/.gitea/workflows/create.quality.yaml @@ -10,12 +10,7 @@ jobs: uses: actions/checkout@v4 with: # Disabling shallow clone is recommended for improving relevancy of reporting - fetch-depth: 0 - - name: Setup java runtime - uses: actions/setup-java@v4 - with: - distribution: 'zulu' - java-version: '21' + fetch-depth: 0 #- name: SonarQube Scan # uses: kitabisa/sonarqube-action@v1.2.0 # with: