All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Relocate where diagnostics are uploaded (#19)
2.0.1 - 2024-03-10
- Fix incompatible package
@actions/artifact
2.0.0 - 2024-03-10
- Update to Node 20
1.5.0 - 2024-03-09
- Add support for custom PR comments
1.4.1 - 2023-09-19
- Improve tool name on PR comment header
1.4.0 - 2023-09-19
- Add tool name to PR comment header
1.3.0 - 2023-09-19
- Add
comment-pr-on-success
input to control PR comments on success
1.2.0 - 2023-09-12
- Re-add
fail-on-all-policy-severities
input - Changelog level on debug to another key
- Auto-enable diagnostic mode when debug mode is enabled
- Add
fail-if-detect-fails
input to propagate detect error as action failure
1.1.0 - 2023-09-11
- Make
detect-version
optional by downloading latest - Support major version pattern on
detect-version
1.0.0 - 2023-09-10
- Set detect log level to
DEBUG
when action is in debug mode - Update to latest actions/typescript-action
- Add
CHANGELOG.md
file - Add
CODE_OF_CONDUCT.md
file - Add
CONTRIBUTING.md
file - Improve
README.md
0.4.0 - 2023-08-29
- Add support for Detect V8
- Add Detect Exit code outputs
- Add
pull_request_target
to pr events
- Improve logging
- Update dependencies and refactor action