From b99d8e89e8bb93626dc39cca3858cac22591b4d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 03:02:32 +0000 Subject: [PATCH] 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/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 edc043d..585a76d 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -20,6 +20,6 @@ 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@v2026.1 + uses: JetBrains/qodana-action@v2026.2 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}