From 0e6a8205c24e23fecb53e6e5590416f7754e2f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 02:44:23 +0000 Subject: [PATCH] Bump JetBrains/qodana-action from 2025.1 to 2026.2 Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2025.1 to 2026.2. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](https://github.com/jetbrains/qodana-action/compare/v2025.1...v2026.2) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-version: '2026.2' 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 d935eece35..fc3b627133 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.2 with: args: --ide,QDNET,--profile-name,qodana.recommended,--configuration,Release,--apply-fixes push-fixes: pull-request