Skip to content

Commit e98c04c

Browse files
committed
QodanaにJDK 25をマウントするよう設定
1 parent 4c96540 commit e98c04c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/code_quality.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,14 @@ jobs:
1919
with:
2020
ref: ${{ github.event.pull_request.head.sha }}
2121
fetch-depth: 0
22+
- name: 'Set up JDK 25'
23+
uses: actions/setup-java@v4
24+
with:
25+
java-version: '25'
26+
distribution: 'temurin'
2227
- name: 'Qodana Scan'
2328
uses: JetBrains/qodana-action@v2025.3
29+
with:
30+
args: --jdk-path,${{ env.JAVA_HOME }}
2431
env:
2532
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

qodana.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
version: 1.0
22
linter: jetbrains/qodana-jvm-community:2025.3
3-
projectJDK: "25"

0 commit comments

Comments
 (0)