diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 747f5ecb..78077424 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -58,7 +58,7 @@ jobs: restore-keys: | ${{ runner.os }}-qodana-${{ github.ref }} - name: 🔬 qodana scan - uses: JetBrains/qodana-action@v2025.1 + uses: JetBrains/qodana-action@v2025.2 with: pr-mode: false post-pr-comment: true diff --git a/src/qodana.yaml b/src/qodana.yaml index 2ed8adc5..f205cb5a 100644 --- a/src/qodana.yaml +++ b/src/qodana.yaml @@ -1,7 +1,7 @@ version: "1.0" profile: name: qodana.recommended -linter: jetbrains/qodana-cdnet:2024.3-eap +linter: jetbrains/qodana-cdnet:2025.2-eap dotnet: solution: Objectivity.AutoFixture.XUnit2.AutoMock.sln configuration: Release