From aed42c4ee0a72405bf72d6bc4342c4937e156812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 23:54:10 +0000 Subject: [PATCH] Bump JetBrains/qodana-action from 2025.3.1 to 2026.1.0 Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2025.3.1 to 2026.1.0. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2025.3.1...v2026.1.0) --- 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/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 0b9aed1..c2fb436 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -26,7 +26,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: 🔍 Qodana Scan - uses: JetBrains/qodana-action@v2025.3.1 + uses: JetBrains/qodana-action@v2026.1.0 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} with: