We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac756a commit 7592288Copy full SHA for 7592288
.github/workflows/CodeQuality.yml
@@ -13,8 +13,14 @@ jobs:
13
- uses: actions/checkout@v3
14
with:
15
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
16
+ - name: Set up JDK 17
17
+ uses: actions/setup-java@v4
18
+ with:
19
+ distribution: 'temurin'
20
+ java-version: '17'
21
+ overwrite-settings: false
22
- name: Setup dotnet
- uses: actions/setup-dotnet@v2
23
+ uses: actions/setup-dotnet@v3
24
25
dotnet-version: '8.0.x'
26
0 commit comments