From cf8ed12a1139c969617a23bf52801caf0afdfe00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 18:02:44 +0000 Subject: [PATCH] chore(deps): bump JetBrains/qodana-action from 2025.3 to 2026.1 Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2025.3 to 2026.1. - [Commits](https://github.com/jetbrains/qodana-action/compare/v2025.3...v2026.1) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-version: '2026.1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/qodana_code_quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index ba3102b3..95592785 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@v2025.3 + uses: JetBrains/qodana-action@v2026.1 with: pr-mode: false env: