From 2e35f460dc7ddfb79558504e3c20897d6ff949e9 Mon Sep 17 00:00:00 2001 From: Oscar Harris Date: Fri, 8 Dec 2023 11:40:31 +0000 Subject: [PATCH] Remove SonarCloud --- .github/workflows/build.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 95a8eaf..ae00533 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -52,12 +52,12 @@ jobs: test-report.out coverage.out - - name: SonarCloud scan - uses: SonarSource/sonarcloud-github-action@master - if: ${{ always() }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} + # - name: SonarCloud scan + # uses: SonarSource/sonarcloud-github-action@master + # if: ${{ always() }} + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any + # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} docker-build: