update Qodana to latest version

This commit is contained in:
marhali 2021-12-18 17:34:09 +01:00
parent 7c88ce6935
commit a09ff23ca5
2 changed files with 4 additions and 9 deletions

View File

@ -99,14 +99,7 @@ jobs:
# Run Qodana inspections # Run Qodana inspections
- name: Qodana - Code Inspection - name: Qodana - Code Inspection
uses: JetBrains/qodana-action@v2.1-eap uses: JetBrains/qodana-action@v4.1.0
# Collect Qodana Result
- name: Collect Qodana Result
uses: actions/upload-artifact@v2
with:
name: qodana-result
path: ${{ github.workspace }}/qodana
# Prepare plugin archive content for creating artifact # Prepare plugin archive content for creating artifact
- name: Prepare Plugin Artifact - name: Prepare Plugin Artifact

View File

@ -3,6 +3,8 @@
# easy-i18n Changelog # easy-i18n Changelog
## [Unreleased] ## [Unreleased]
### Changed
- update Qodana to latest version
## [1.7.1] ## [1.7.1]
### Fixed ### Fixed