From 62c669b168dd6c4acb366035cdb32d08f88b8434 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:34:46 +0000 Subject: [PATCH] chore(deps): bump JetBrains/qodana-action from 2026.1 to 2026.2 Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2026.1 to 2026.2. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2026.1...v2026.2) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-version: '2026.2' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index beb94bf..549827c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: # No QODANA_TOKEN: this runs without Qodana Cloud upload; results go to GitHub code # scanning via the SARIF upload step below instead. - name: Qodana Scan - uses: JetBrains/qodana-action@v2026.1 + uses: JetBrains/qodana-action@v2026.2 with: pr-mode: true