File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020 os : " ubuntu-latest"
2121 is_pr : " false"
2222 - name : SonarCloud Scan
23- uses : SonarSource/sonarqube-scan-action@latest
23+ uses : SonarSource/sonarqube-scan-action@master
2424 env :
2525 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2626 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
Original file line number Diff line number Diff line change 5858 # Need to change source in coverage report because it was generated from another context
5959 sed -i 's/\/home\/runner\/work\/acapy\/acapy\//\/github\/workspace\//g' test-reports/coverage.xml
6060 - name : SonarCloud Scan
61- uses : SonarSource/sonarqube-scan-action@latest
61+ uses : SonarSource/sonarqube-scan-action@master
6262 env :
6363 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6464 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
You can’t perform that action at this time.
0 commit comments