Skip to content

Commit 9b71a25

Browse files
committed
Update GitHub Action Workflow sonarcloud job SonarCloud step version
1 parent 7b0fa37 commit 9b71a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/SportsStoreClientApp-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
working-directory: ClientApp
6363
run: sed -i 's+/home/runner/work/SportsStoreApp/SportsStoreApp+/github/workspace+g' coverage/SportsStore/lcov.info
6464
- name: SonarCloud Scan
65-
uses: sonarsource/sonarcloud-github-action@v1.6
65+
uses: sonarsource/sonarcloud-github-action@v3.0.0
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6868
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)