Skip to content

Commit

Permalink
[Add] Set up JDK 17 to CodeQuality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Mar 20, 2024
1 parent 26cfb64 commit 1945b0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
- uses: actions/checkout@v3
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 dotnet
uses: actions/setup-dotnet@v3
with:
Expand Down

0 comments on commit 1945b0e

Please sign in to comment.