Remove sonar scan

Signed-off-by: Tom Zhang <14881754+FlappiTomic@users.noreply.github.com>
This commit is contained in:
Tom Zhang
2021-09-08 16:13:13 -04:00
parent 2df441d54b
commit 4cce3916a3

View File

@@ -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: