Skip to content

Commit

Permalink
Change the version of sdk to 8.0.303
Browse files Browse the repository at this point in the history
  • Loading branch information
chopin-fan committed Jul 18, 2024
1 parent db228e8 commit 1997174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarqube.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
dotnet-version: '7.0'
- name: Create temporary global.json
run: echo '{"sdk":{"version":"8.0.7"}}' > ./global.json
run: echo '{"sdk":{"version":"8.0.303"}}' > ./global.json
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 1997174

Please sign in to comment.