Skip to content

Releases: JetBrains/qodana-action

v4.2.2

04 Jan 13:30
43d9ba1
Compare
Choose a tag to compare

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

30 Dec 09:24
70db04b
Compare
Choose a tag to compare

What's Changed

  • Allow setting custom action artifact name by @tiulpin in #30

Full Changelog: v4.2.0...v4.2.1

v4.2.0

28 Dec 13:58
5bacad8
Compare
Choose a tag to compare

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

Full Changelog: v4.1.1...v4.2.0

v4.1.1

21 Dec 21:00
ef23511
Compare
Choose a tag to compare

What's Changed

  • 🛠 Fix the parent directory for the report in custom directories by @tiulpin in #27

Full Changelog: v4.1.0...v4.1.1

v4.1.0

21 Dec 20:40
c67baf6
Compare
Choose a tag to compare
  • Fix annotation not being published when failThreshold is reached, also make the annotation checks fail only if failThreshold 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

16 Dec 17:09
5fa3fd4
Compare
Choose a tag to compare

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

21 Oct 14:40
cd7dc31
Compare
Choose a tag to compare
  • Set qodana-jvm-community linter as default linter

v3.1.1

20 Oct 12:17
bab89d5
Compare
Choose a tag to compare
  • Added SARIF output support
  • Added new non-eap linter qodana-jvm-community
  • Reduced logs output in CLI

Fixed incorrect path to runner script

15 Sep 08:00
1a43321
Compare
Choose a tag to compare
Merge pull request #9 from JetBrains/v2.2-eap-fix

Fixed incorrect script path

Added new configuration options

14 Sep 17:12
19a26b6
Compare
Choose a tag to compare

Added baseline, fail-threshold and other configuration options.