Skip to content

Commit

Permalink
[Add] java 17 to SonarQube GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Dec 17, 2023
1 parent dfd672d commit fa14eca
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/CodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ jobs:
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
overwrite-settings: false

- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
Expand Down Expand Up @@ -47,4 +54,4 @@ jobs:
run: dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit fa14eca

Please sign in to comment.