From b5635887e04c2e4e993fc8875f31d79f58b13b4c Mon Sep 17 00:00:00 2001 From: RedLeaderOne Date: Wed, 20 Dec 2023 12:34:19 -0500 Subject: [PATCH] ci: switch off sonarcloud analysis github action --- .github/workflows/build.yml | 54 ++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0830131..0ad37ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,29 +1,29 @@ +## +## Github action for Sonarcloud analysis +## +## Project analysis page +## https://sonarcloud.io/project/configuration/GitHubActions?id=norlab-ulaval_norlab-shell-script-tools +## +## # -# Github action for Sonarcloud analysis # -# Project analysis page -# https://sonarcloud.io/project/configuration/GitHubActions?id=norlab-ulaval_norlab-shell-script-tools -# -# - - -name: Build -on: - push: - branches: - - main - pull_request: - types: [opened, synchronize, reopened] -jobs: - sonarcloud: - name: SonarCloud - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - 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 }} +#name: Build +#on: +# push: +# branches: +# - main +# pull_request: +# types: [opened, synchronize, reopened] +#jobs: +# sonarcloud: +# name: SonarCloud +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v3 +# 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 }}