File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 4848 uses : github/codeql-action/autobuild@v2
4949 - name : Perform CodeQL Analysis
5050 uses : github/codeql-action/analyze@v2
51+
52+ sonarcloud :
53+ name : Run SonarCloud scanning
54+ runs-on : ubuntu-latest
55+ permissions :
56+ pull-requests : read # allows SonarCloud to decorate PRs with analysis results
57+ steps :
58+ - uses : actions/checkout@v3
59+ with :
60+ fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
61+ - name : SonarCloud Scan
62+ uses : SonarSource/sonarcloud-github-action@v1.6
63+ env :
64+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
65+ SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
66+ with :
67+ args :
68+ -Dsonar.projectKey=jerone_eslint-plugin-angular-template-consistent-this
69+ -Dsonar.organization=jerone
You can’t perform that action at this time.
0 commit comments