From 1eb7e38ce3950a63db6a9dde21ead4c6d0758b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 12:26:22 +0000 Subject: [PATCH] (build deps): Bump jetbrains/qodana-action from 2025.2.1 to 2025.2.3 Bumps [jetbrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2025.2.1 to 2025.2.3. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2025.2.1...v2025.2.3) --- updated-dependencies: - dependency-name: jetbrains/qodana-action dependency-version: 2025.2.3 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 3d7c0e1eca..c3e146cd2b 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.2.3 with: args: --baseline,qodana.sarif.json cache-default-branch-only: true