File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2222 - run : npm test
2323 env :
2424 CI : true
25- - name : SonarCloud Scan
26- uses : SonarSource /sonarqube-scan-action@ @master
25+ - name : SonarQube Scan
26+ uses : sonarsource /sonarqube-scan-action@master
2727 env :
2828 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
2929 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 1818 - run : npm test
1919 env :
2020 CI : true
21- - name : SonarCloud Scan
22- uses : SonarSource /sonarqube-scan-action@ @master
21+ - name : SonarQube Scan
22+ uses : sonarsource /sonarqube-scan-action@master
2323 env :
2424 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
2525 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments