Skip to content

Commit a94dcd2

Browse files
committed
update qodana cli
1 parent 2e3d855 commit a94dcd2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: yarn bundle:language-server
5959

6060
- name: Qodana Scan
61-
uses: JetBrains/qodana-action@v2024.3
61+
uses: JetBrains/qodana-action@v2025.1
6262
with:
6363
pr-mode: false
6464
args: --baseline,qodana.serif.json,--fail-threshold,2

.yarn/install-state.gz

3 Bytes
Binary file not shown.

qodana.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: "1.0"
2-
linter: jetbrains/qodana-js:2024.3
2+
linter: jetbrains/qodana-js:2025.1
33
profile:
44
name: qodana.recommended
55
include:

0 commit comments

Comments
 (0)