diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d05ba5..2b47138 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: # Run Qodana inspections - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2023.1.0 + uses: JetBrains/qodana-action@v2023.1.4 # Prepare plugin archive content for creating artifact - name: Prepare Plugin Artifact diff --git a/CHANGELOG.md b/CHANGELOG.md index fb1ad0c..51bd399 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ ## [Unreleased] +### Changed +- Dependencies (GitHub Actions) - upgrade `JetBrains/qodana-action` to `v2023.1.4` + ### Fixed - Dependabot workflow points to `next` branch in a newly created project