Skip to content

Commit

Permalink
Update the qodana linter version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcristea committed Jan 11, 2024
1 parent 47d9187 commit f6ff27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: "Qodana Scan"
uses: JetBrains/qodana-action@v2023.3.0
uses: JetBrains/qodana-action@v2023.3
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
2 changes: 1 addition & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version: "1.0"
linter: jetbrains/qodana-jvm:2023.1-eap
linter: jetbrains/qodana-jvm:2023.3

0 comments on commit f6ff27c

Please sign in to comment.