Skip to content

Commit 81d2abc

Browse files
committed
QodanaにJDK 25をボリュームマウント
1 parent e98c04c commit 81d2abc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
- name: 'Qodana Scan'
2828
uses: JetBrains/qodana-action@v2025.3
2929
with:
30-
args: --jdk-path,${{ env.JAVA_HOME }}
30+
args: -v,${{ env.JAVA_HOME }}:/root/.jdks/jdk-25
3131
env:
3232
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

qodana.yaml

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

0 commit comments

Comments
 (0)