Skip to content

Commit c53dbf7

Browse files
committed
handle the Sonar build problem
1 parent 54fb07d commit c53dbf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarqube.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
dotnet-version: '8.0'
1717
- name: Create temporary global.json
18-
run: echo '{"sdk":{"version":"8.0.303"}}' > ./global.json
18+
run: echo '{"sdk":{"version":"8.0.*"}}' > ./global.json
1919
- name: Set up JDK 17
2020
uses: actions/setup-java@v1
2121
with:

0 commit comments

Comments
 (0)