From 2ffc7e53627e2cbb15af2dc0c32e5c17d49b2f12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:15:33 +0000 Subject: [PATCH] build(deps): bump JetBrains/qodana-action from 2025.3.2 to 2026.1.0 Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2025.3.2 to 2026.1.0. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/89eb4357efd2b52e639f3216e63edaf33b82622b...d7b5ec2fbec32197ef447c450e00589ed5f34fd5) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-version: 2026.1.0 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 3de7c20..806eec6 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -21,6 +21,6 @@ jobs: fetch-depth: 0 - name: Qodana Scan - uses: JetBrains/qodana-action@89eb4357efd2b52e639f3216e63edaf33b82622b # v2025.3.2 + uses: JetBrains/qodana-action@d7b5ec2fbec32197ef447c450e00589ed5f34fd5 # v2026.1.0 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}