Skip to content

Commit

Permalink
deps: update jetbrains/qodana-action action to v2024
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sschuberth committed Apr 26, 2024
1 parent 872ba5d commit e8e6344
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
with:
fetch-depth: 0
- name: Qodana Scan
uses: JetBrains/qodana-action@v2023.3.2
uses: JetBrains/qodana-action@v2024.1.2
with:
post-pr-comment: false
use-caches: false
Expand Down
3 changes: 2 additions & 1 deletion qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
# SPDX-License-Identifier: Apache-2.0
# License-Filename: LICENSE

version: "1.0"
profile:
name: qodana.recommended
include:
- name: CheckDependencyLicenses
linter: jetbrains/qodana-jvm-community:2023.2
linter: jetbrains/qodana-jvm-community:2024.1

0 comments on commit e8e6344

Please sign in to comment.