From a09ff23ca5f4582a7a6d5baf710f67dcb71590be Mon Sep 17 00:00:00 2001 From: marhali Date: Sat, 18 Dec 2021 17:34:09 +0100 Subject: [PATCH] update Qodana to latest version --- .github/workflows/build.yml | 9 +-------- CHANGELOG.md | 4 +++- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 47d5a19..06daf5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,14 +99,7 @@ jobs: # Run Qodana inspections - name: Qodana - Code Inspection - uses: JetBrains/qodana-action@v2.1-eap - - # Collect Qodana Result - - name: Collect Qodana Result - uses: actions/upload-artifact@v2 - with: - name: qodana-result - path: ${{ github.workspace }}/qodana + uses: JetBrains/qodana-action@v4.1.0 # Prepare plugin archive content for creating artifact - name: Prepare Plugin Artifact diff --git a/CHANGELOG.md b/CHANGELOG.md index 51fcf6a..9a8d4ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,11 @@ # easy-i18n Changelog ## [Unreleased] +### Changed +- update Qodana to latest version ## [1.7.1] -### Fixed +### Fixed - Vue.js template folding support ## [1.7.0]