Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

chore(deps): update jetbrains/qodana-action action to v5 #239

Merged
merged 1 commit into from Mar 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/qodana-quality.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: adopt

- name: Qodana Scan
uses: JetBrains/qodana-action@v4.2.5
uses: JetBrains/qodana-action@v5.0.2
with:
linter: jetbrains/qodana-jvm-community
fail-threshold: 100
Expand Down