From 4cce3916a3ef62bcdb5250476fe46deb4b4e6fac Mon Sep 17 00:00:00 2001 From: Tom Zhang <14881754+FlappiTomic@users.noreply.github.com> Date: Wed, 8 Sep 2021 16:13:13 -0400 Subject: [PATCH] Remove sonar scan Signed-off-by: Tom Zhang <14881754+FlappiTomic@users.noreply.github.com> --- .github/workflows/build_test.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index e0af1e4..146b969 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -76,15 +76,6 @@ jobs: - name: '[Build] Nodejs project build' run: npm run build - - name: '[Scan] SonarCloud Scan' - uses: sonarsource/sonarcloud-github-action@master - continue-on-error: true - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }} - sonar.projectVersion: ${{ env.P_VERSION }} - sonar.links.ci: 'https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' - - name: '[Packaging] Make pax' uses: zowe-actions/shared-actions/make-pax@main with: