From d0ff903bddebc6173c3c14b8aed4f0490d617a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 12:26:19 +0000 Subject: [PATCH] (build deps): Bump jetbrains/qodana-action from 2025.2.1 to 2025.3.1 Bumps [jetbrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2025.2.1 to 2025.3.1. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2025.2.1...v2025.3.1) --- updated-dependencies: - dependency-name: jetbrains/qodana-action dependency-version: 2025.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/qodana_analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qodana_analysis.yml b/.github/workflows/qodana_analysis.yml index 3d7c0e1eca..0aaba81825 100644 --- a/.github/workflows/qodana_analysis.yml +++ b/.github/workflows/qodana_analysis.yml @@ -26,7 +26,7 @@ jobs: global-json-file: global.json - name: 'Qodana Scan' - uses: jetbrains/qodana-action@v2025.2.1 + uses: jetbrains/qodana-action@v2025.3.1 with: args: --baseline,qodana.sarif.json cache-default-branch-only: true