diff --git a/.github/workflows/test_build_deploy.yml b/.github/workflows/test_build_deploy.yml index 462bb995..f41930c0 100644 --- a/.github/workflows/test_build_deploy.yml +++ b/.github/workflows/test_build_deploy.yml @@ -7,18 +7,6 @@ on: branches: [master] jobs: - sonarqube: - name: SonarQube - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: SonarQube Scan - uses: SonarSource/sonarqube-scan-action@v5 - env: - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - test_build_deploy: runs-on: ubuntu-22.04 env: diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index d875ad1e..00000000 --- a/sonar-project.properties +++ /dev/null @@ -1,2 +0,0 @@ -sonar.projectKey=wireapp_wire-emails -sonar.organization=wireapp