Skip to content

Commit 7592288

Browse files
author
samatrhea
committed
[Update] CodeQuality GH action to JDK 17 and actions/setup-dotnet@v3
1 parent cac756a commit 7592288

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/CodeQuality.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,14 @@ jobs:
1313
- uses: actions/checkout@v3
1414
with:
1515
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
1622
- name: Setup dotnet
17-
uses: actions/setup-dotnet@v2
23+
uses: actions/setup-dotnet@v3
1824
with:
1925
dotnet-version: '8.0.x'
2026

0 commit comments

Comments
 (0)