From fc816e46dcd7afdee4b57ab813eeef258dbe29af Mon Sep 17 00:00:00 2001 From: RudiioP Date: Mon, 30 Dec 2024 15:03:47 +0100 Subject: [PATCH] chore: update qodana's files --- .github/workflows/qodana_code_quality.yml | 2 +- qodana.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index a0a8bc1..347e2ed 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -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: diff --git a/qodana.yaml b/qodana.yaml index 0663e6d..eaec2b6 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -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