From c24cd13b5d5f078bc97293985da4056f83fc2fbc Mon Sep 17 00:00:00 2001 From: Andre Vieira Date: Tue, 19 Mar 2024 12:25:25 +0000 Subject: [PATCH] chore(actions): remove sonarqube --- .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 }}