Skip to content

Commit e8d0d56

Browse files
committed
Bump Qodana linter
1 parent 2823bd0 commit e8d0d56

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164

165165
# Run Qodana inspections
166166
- name: Qodana - Code Inspection
167-
uses: jetbrains/qodana-jvm-community:2025.1
167+
uses: JetBrains/qodana-action@v2025.1
168168
with:
169169
cache-default-branch-only: true
170170

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ jobs:
2020
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
2121
fetch-depth: 0 # a full history is required for pull request analysis
2222
- name: 'Qodana Scan'
23-
uses: jetbrains/qodana-jvm-community:2025.1
23+
uses: JetBrains/qodana-action@v2025.1
2424
env:
2525
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}

qodana.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://www.jetbrains.com/help/qodana/qodana-yaml.html
33

44
version: 1.0
5-
linter: jetbrains/qodana-jvm-community:latest
5+
linter: jetbrains/qodana-jvm-community:2025.1
66
projectJDK: "21"
77
profile:
88
name: qodana.recommended

0 commit comments

Comments
 (0)