From 7d2d9cfc57d492e81d7030d6abfb972a5e635594 Mon Sep 17 00:00:00 2001 From: StephanGerbeth Date: Mon, 16 Sep 2024 19:58:27 +0200 Subject: [PATCH] fix(git-action): Update main.yml --- .github/workflows/main.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 636bef3..12688c2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -76,25 +76,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - sonarcloud: - name: SonarCloud - runs-on: ${{ matrix.os }} - - strategy: - matrix: - os: [ubuntu-latest] - node: [20] - - steps: - - uses: actions/checkout@v4 - with: - fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - - name: SonarCloud Scan - uses: SonarSource/sonarcloud-github-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - semantic-version: name: Semantic Release needs: install