Releases: JetBrains/qodana-action
Releases · JetBrains/qodana-action
v4.2.3
What's Changed
- 🔥 Make the action a bit faster by parallelizing promises in #42
- ⬆️ Bump JetBrains/qodana-action from 4.2.1 to 4.2.2 by @dependabot in #39
- ⬆️ Bump jest from 27.4.5 to 27.4.7 by @dependabot in #41
- ⬆️ Bump @types/node from 17.0.7 to 17.0.8 by @dependabot in #40
Full Changelog: v4.2.2...v4.2.3
v4.2.2
What's Changed
- 🐛 Fix passing environment variables to Qodana container in #38
- ✨ Add limited Windows agents support (for self-hosted runners only) in #31
Full Changelog: v4.2.1...v4.2.2
v4.2.1
What's Changed
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
- Add cache hash custom key support setting by @shyim in #29
- Bump @types/node from 17.0.2 to 17.0.5 by @dependabot in #28
New Contributors
- @shyim made their first contribution in #29
- @dependabot made their first contribution in #28
Full Changelog: v4.1.1...v4.2.0
v4.1.1
What's Changed
Full Changelog: v4.1.0...v4.1.1
v4.1.0
- Fix annotation not being published when
failThreshold
is reached, also make the annotation checks fail only iffailThreshold
is reached - Fix the unique keys for cache uploading, so there won't be problems with uploading caches from commits from the same branch
Full Changelog: v4.0.0...v4.1.0
v4.0.0
It's the same action you've been using, but now it's completely rewritten to support all existing GitHub Actions features. The action now can:
- run Qodana images (as before, but now more than just one) – so you can set up any number of checks you need for the project
- automatically set up GitHub caches for you – so the builds with Qodana will take less time
- add annotations to the code that can be seen right in the GitHub user interface – your code reviews can be faster
- automatically upload the report for you – so any logs won't be lost anymore
Full Changelog: v3.2.1...v4.0.0
v3.2.1
- Set
qodana-jvm-community
linter as default linter
v3.1.1
- Added SARIF output support
- Added new non-eap linter
qodana-jvm-community
- Reduced logs output in CLI
Fixed incorrect path to runner script
Merge pull request #9 from JetBrains/v2.2-eap-fix Fixed incorrect script path