From 517716de5141ce37e66ba3c3df8e4f5affa455c0 Mon Sep 17 00:00:00 2001 From: Tomer Klein Date: Tue, 12 Mar 2024 10:38:20 +0200 Subject: [PATCH] Delete .github/workflows/sonarcloud.yml --- .github/workflows/sonarcloud.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/sonarcloud.yml diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml deleted file mode 100644 index acab3fb..0000000 --- a/.github/workflows/sonarcloud.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Sonar Cloud -on: - push: - branches: - - main -jobs: - sonarcloud: - name: SonarCloud - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - 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 }}