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 24, 2024
1 parent bee7613 commit bb6973a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ integrations/jenkins/Jenkinsfile
.markdownlint.yaml
.ort.yml
mlc_config.json
qodana.yml
qodana.yaml
renovate.json

# Ignore Git entries.
Expand Down
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.1
with:
post-pr-comment: false
use-caches: false
Expand Down
3 changes: 2 additions & 1 deletion qodana.yml → qodana.yaml
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 bb6973a

Please sign in to comment.