We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c96540 commit e98c04cCopy full SHA for e98c04c
.github/workflows/code_quality.yml
@@ -19,7 +19,14 @@ jobs:
19
with:
20
ref: ${{ github.event.pull_request.head.sha }}
21
fetch-depth: 0
22
+ - name: 'Set up JDK 25'
23
+ uses: actions/setup-java@v4
24
+ with:
25
+ java-version: '25'
26
+ distribution: 'temurin'
27
- name: 'Qodana Scan'
28
uses: JetBrains/qodana-action@v2025.3
29
30
+ args: --jdk-path,${{ env.JAVA_HOME }}
31
env:
32
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
qodana.yaml
@@ -1,3 +1,2 @@
1
version: 1.0
2
linter: jetbrains/qodana-jvm-community:2025.3
3
-projectJDK: "25"
0 commit comments