diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f48baa1..529e70b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -163,7 +163,7 @@ jobs: # Run Qodana inspections - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2024.2 + uses: JetBrains/qodana-action@v2025.1.1 with: cache-default-branch-only: true diff --git a/CHANGELOG.md b/CHANGELOG.md index d20edb8..70bd0f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,6 @@ ## [Unreleased] - ### Removed - Remove `pluginUntilBuild` obsolete property @@ -14,6 +13,7 @@ - Upgrade Gradle Wrapper to `8.14` - Update `platformVersion` to `2024.2.6` - Dependencies - upgrade `org.jetbrains.qodana` to `2025.1.1` +- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2025.1.1` ## [2.1.0] - 2025-03-28