diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index 7e3e7e4..e69de29 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -1,23 +0,0 @@ -name: SonarQube PR Analysis - -on: - push: - branches: - - master - - develop - - 'bugfix/**' - pull_request: - types: [opened, synchronize, reopened] - -jobs: - sonarqube: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - name: SonarQube Scan - uses: sonarsource/sonarqube-scan-action@master - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}