Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jul 17:49
· 507 commits to main since this release

🚀 Pull request mode

The biggest change is the pull request mode (QD-3416: only new (in the pull request context) issues will be reported (enabled by default).

🆕 versioning scheme

The action versioning scheme was changed to sync with the published Qodana linters versions

All deprecated action options are removed.
Note: if you have troubles with the new settings, try setting up 1.1.1 version (it's warnings should help you with the settings update)

Also, no more github-token required for the action: annotations are reported via the proper API.

Changelog

  • 71b0f91 ⚡ Add pull request mode
  • da4702f ⬆️ Bump actions/setup-node from 3.1.1 to 3.3.0
  • 974668a ⚡ Update the CLI to v2022.1.1
  • cc65887 🔥 Remove deprecated action parameters
  • 3dab97a ⚡ Upgrade annotations (+ summaries), drop GitHub token usage