Skip to content

Commit

Permalink
Update Sonar config to use newest JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Jan 22, 2024
1 parent 41961c2 commit 75d473e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:
with:
dotnet-version: 8.0.x

- name: Install Java
uses: actions/setup-java@v4
with:
distribution: microsoft
java-version: 21

- name: Install Sonar Scanner
run: dotnet tool install --global dotnet-sonarscanner

Expand Down

0 comments on commit 75d473e

Please sign in to comment.