Skip to content

Commit

Permalink
chore: update qodana's files
Browse files Browse the repository at this point in the history
  • Loading branch information
RudiioP committed Dec 30, 2024
1 parent 626bd4a commit fc816e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qodana_code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.2
uses: JetBrains/qodana-action@v2024.3
with:
pr-mode: true
env:
Expand Down
4 changes: 3 additions & 1 deletion qodana.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
version: "1.0"
linter: jetbrains/qodana-python:2024.2
linter: jetbrains/qodana-python:2024.3
profile:
name: qodana.recommended

exclude:
- name: CheckDependencyLicenses

include:
- name: PyVulnerableApiCode

0 comments on commit fc816e4

Please sign in to comment.