From 929c0cad58c31672b97498c3badd6e9596581ee5 Mon Sep 17 00:00:00 2001 From: Sebastian Scheidegger Date: Thu, 7 Nov 2024 13:55:30 +0100 Subject: [PATCH] feat: migrate requirements-inspector-service to github Remove sonarcloud --- .github/workflows/ci.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32df3aa..df916c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,26 +33,6 @@ jobs: run: poetry install - name: 🧪 Run tests run: poetry run tox - - name: SonarCloud scan for PR - uses: sonarsource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838 # v3 - if: github.event_name == 'pull_request' - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - with: - args: | - -Dsonar.pullrequest.base=${{ github.base_ref }} - -Dsonar.pullrequest.branch=${{ github.head_ref }} - -Dsonar.pullrequest.key=${{ github.event.pull_request.number }} - - name: SonarCloud scan for Push - uses: sonarsource/sonarcloud-github-action@383f7e52eae3ab0510c3cb0e7d9d150bbaeab838 # v3 - if: github.event_name == 'push' - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - with: - args: | - -Dsonar.branch.name=${{ github.head_ref }} release: needs: verify-with-tox runs-on: ubuntu-latest