diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml deleted file mode 100644 index d0668fb1..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/ABRoot' - 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 }}