From 416265772f01acbc408a2c5e49e2e69719c644a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 10:45:49 +0000 Subject: [PATCH] build(deps): bump JetBrains/qodana-action from 2026.1.3 to 2026.2.0 Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2026.1.3 to 2026.2.0. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/4861e015da555e86a72b862892aba6c2b93e6891...b588768b6e7e6da579e518bc584f79de0d243692) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-version: 2026.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/code-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 9f8ec7c..d59d358 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -27,7 +27,7 @@ jobs: - name: 🔍 Qodana Scan id: qodana - uses: JetBrains/qodana-action@4861e015da555e86a72b862892aba6c2b93e6891 + uses: JetBrains/qodana-action@b588768b6e7e6da579e518bc584f79de0d243692 continue-on-error: true env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}