We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0fa37 commit 9b71a25Copy full SHA for 9b71a25
.github/workflows/SportsStoreClientApp-CI.yml
@@ -62,7 +62,7 @@ jobs:
62
working-directory: ClientApp
63
run: sed -i 's+/home/runner/work/SportsStoreApp/SportsStoreApp+/github/workspace+g' coverage/SportsStore/lcov.info
64
- name: SonarCloud Scan
65
- uses: sonarsource/sonarcloud-github-action@v1.6
+ uses: sonarsource/sonarcloud-github-action@v3.0.0
66
env:
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
0 commit comments