Releases: fedora-copr/vcs-diff-lint-action
Releases · fedora-copr/vcs-diff-lint-action
vcs-diff-lint-action v1.10.0
This version properly analyzes the top-most commit from the PR (without merge commit) against the correct last known commit (the one known in the PR version, not the one in the current upstream's HEAD branch, which might have changed by merging of concurrent PRs).
vcs-diff-lint-action v1.5.0
Dependency updates
Full Changelog: v1.4.0...v1.5.0
vcs-diff-lint-action v1.4.0
Support for installing lint-time dependencies
vcs-diff-lint-action v1.3.0
Disable mypy for now, it is giving too many false positives even for projects that don't care about "typing"
vcs-diff-lint-action v1.1.7
Yet another fix for the SARIF data generator
vcs-diff-lint-action v1.1.6
SARIF upload for multiple sub-directories
vcs-diff-lint-action v1.1.4
Fixed bug in uploading SARIF data when subdirectory option is used.
vcs-diff-lint-action v1.1.3
- automatic upload of SARIF data, thanks to @jamacku
Support for subdirectory, fixed docker image reference
v0.0.2 action.yml: missing bits for the initial test
Initial release for testing
v0.0.1 initial commit