From 285d4ec595747d826248a2eb5066a54d151465d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 20:33:43 +0000 Subject: [PATCH] ci(deps): bump JetBrains/qodana-action from 2026.1.0 to 2026.1.3 Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2026.1.0 to 2026.1.3. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/d7b5ec2fbec32197ef447c450e00589ed5f34fd5...4861e015da555e86a72b862892aba6c2b93e6891) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-version: 2026.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a3fd086..f9387f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -184,7 +184,7 @@ jobs: # Run Qodana inspections - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@d7b5ec2fbec32197ef447c450e00589ed5f34fd5 # v2026.1.0 + uses: JetBrains/qodana-action@4861e015da555e86a72b862892aba6c2b93e6891 # v2026.1.3 continue-on-error: true with: cache-default-branch-only: true