Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ jobs:

qodana:
name: Perform Qodana analysis
if: ${{ vars.QODANA_ENABLED == 'true' }}
needs: tests
runs-on: ubuntu-latest
permissions:
Expand All @@ -78,7 +77,7 @@ jobs:
path: .qodana/code-coverage

- name: Execute analysis
uses: JetBrains/qodana-action@v2025.2
uses: JetBrains/qodana-action@v2025.3
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
Expand Down
4 changes: 2 additions & 2 deletions qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ profile:
name: qodana.recommended
include:
- name: VulnerableLibrariesGlobal
# bump: qodana /qodana-jvm:([\d.]+)/ docker:jetbrains/qodana-jvm|/^[\d]{4}\.\d+$/|sort
linter: jetbrains/qodana-jvm:2025.3
# bump: qodana /qodana-jvm-community:([\d.]+)/ docker:jetbrains/qodana-jvm-community|/^[\d]{4}\.\d+$/|sort
linter: jetbrains/qodana-jvm-community:2025.3
projectJDK: temurin-25
Loading