From 658d53c536867fcb0e7996947ca39c8b7b80d32a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 12:26:53 +0000 Subject: [PATCH] (build deps): Bump jetbrains/qodana-action from 2025.2.3 to 2025.2.4 Bumps [jetbrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2025.2.3 to 2025.2.4. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2025.2.3...v2025.2.4) --- updated-dependencies: - dependency-name: jetbrains/qodana-action dependency-version: 2025.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b148269037..9bf3a25a6b 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.3 + uses: jetbrains/qodana-action@v2025.2.4 with: args: --baseline,qodana.sarif.json cache-default-branch-only: true