From 78657cb5893b079470fc638b1078edbfba8afb51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 03:53:29 +0000 Subject: [PATCH] Bump JetBrains/qodana-action from 2025.1 to 2026.1 Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2025.1 to 2026.1. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2025.1...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/qodana.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index df40a573e6..a9eed5d7fc 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -43,7 +43,7 @@ jobs: - name: Build run: dotnet build --no-restore --configuration Release - name: Qodana scan - uses: JetBrains/qodana-action@v2025.1 + uses: JetBrains/qodana-action@v2026.1 with: args: --ide,QDNET,--profile-name,qodana.recommended,--configuration,Release,--apply-fixes push-fixes: pull-request