From 784b914a794a51e64056ec460f2426e872d0b148 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:58:27 +0000 Subject: [PATCH] Bump JetBrains/qodana-action from 2025.3 to 2026.1 Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2025.3 to 2026.1. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2025.3...v2026.1) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-version: '2026.1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 53f407a..ad61baa 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -203,7 +203,7 @@ jobs: java-version: 21 - name: Run Qodana - uses: JetBrains/qodana-action@v2025.3 + uses: JetBrains/qodana-action@v2026.1 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} with: