From 502f0566d271b809a204f2bb8b57135956c7929b Mon Sep 17 00:00:00 2001 From: andre-lx <44682155+andre-lx@users.noreply.github.com> Date: Tue, 19 Mar 2024 12:20:47 +0000 Subject: [PATCH] chore(actions): remove sonarqube (#92) --- .github/workflows/sonarqube.yaml | 42 ++++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/sonarqube.yaml b/.github/workflows/sonarqube.yaml index 2537a01..00d0c45 100644 --- a/.github/workflows/sonarqube.yaml +++ b/.github/workflows/sonarqube.yaml @@ -1,30 +1,30 @@ -name: SonarQube +#name: SonarQube -on: - push: - branches: - - master +#on: +# push: +# branches: +# - master -jobs: - sonarqube: - name: SonarQube - runs-on: ubuntu-22.04 +#jobs: +# sonarqube: +# name: SonarQube +# runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 +# steps: +# - uses: actions/checkout@v4 +# with: +# fetch-depth: 0 - - name: SonarQube file - run: | - echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties +# - name: SonarQube file +# run: | +# echo "sonar.projectKey=${{ github.event.repository.name }}" > sonar-project.properties - - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@v2.0.1 - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} +# - name: SonarQube Scan +# uses: sonarsource/sonarqube-scan-action@v2.0.1 +# env: +# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} +# SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}