Skip to content

Commit

Permalink
Update sonarcloud.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theslash84 authored Mar 26, 2024
1 parent a99ae41 commit 3ee5343
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
with:
dotnet-version: '6.0.x' # Ensuring compatibility with .NET 6

- name: Setup Java 17 # Setting up Java 17 for SonarScanner
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'

- name: Install SonarScanner for .NET
run: dotnet tool install --global dotnet-sonarscanner

Expand Down

0 comments on commit 3ee5343

Please # to comment.