Skip to content

Commit

Permalink
[Update] CodeQuality GH action to JDK 17 and actions/setup-dotnet@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Mar 12, 2024
1 parent cac756a commit 7592288
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,14 @@ 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@v2
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'

Expand Down

0 comments on commit 7592288

Please sign in to comment.