From c7ec96448bebc1e13d71779271f6fa517fba82a9 Mon Sep 17 00:00:00 2001 From: koplo199 <85577251+koplo199@users.noreply.github.com> Date: Fri, 18 Aug 2023 11:14:25 +0200 Subject: [PATCH] Remove unused SonarQube --- .github/workflows/mypy.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index c0692f4611e..46a9b2f5ff9 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -10,8 +10,6 @@ jobs: steps: - uses: actions/checkout@v3 with: - ref: ${{ github.event.pull_request.head.ref }} - repository: ${{ github.event.pull_request.head.repo.full_name }} fetch-depth: 0 - name: Set up Python 3.10 uses: actions/setup-python@v4 @@ -31,16 +29,3 @@ jobs: run: | mypy --version mypy bottles - sonar: - name: Sonar - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.ref }} - repository: ${{ github.event.pull_request.head.repo.full_name }} - 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 }}