From fda43c68fd0296277cd5821e73ec821bca772f85 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Sat, 12 Oct 2024 11:48:21 +0530 Subject: [PATCH] feat: remove sonarcube workflow --- .github/workflows/sonar.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/sonar.yml diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml deleted file mode 100644 index 1fd60bae..00000000 --- a/.github/workflows/sonar.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Sonar - -on: - pull_request_target: - types: [opened, synchronize, reopened] - -jobs: - sonar: - name: Sonar - runs-on: ubuntu-latest - if: github.repository == 'vanilla-os/apx' - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - uses: sonarsource/sonarqube-scan-action@master - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}