From 321f0a129e04f4cd51a667cdb6bad334018ce23b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 00:03:01 +0000 Subject: [PATCH] chore(github-actions): Bump JetBrains/qodana-action Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2025.3 to 2026.1. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 07603947..11381d39 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -58,7 +58,7 @@ jobs: restore-keys: | ${{ runner.os }}-qodana-${{ github.ref }} - name: 🔬 qodana scan - uses: JetBrains/qodana-action@v2025.3 + uses: JetBrains/qodana-action@v2026.1 with: pr-mode: false post-pr-comment: true