Releases: codedx/codedx-github-action
Releases · codedx/codedx-github-action
v1.3.0
This release adds the auto-create-project
setting, which allows the action to create a project if it does not yet exist. (Requires that project-name
be specified and, if target-branch-name
is provided, a base-branch-name
must also be specified.)
v1.2.1
This release updates the required NodeJS runtime from v12 to the latest v20.
v1.2.0
This release has a breaking change, where project
must now be specified via either project-name
or project-id
.
- Allow specifying an SRM branch for an analysis
- Change SRM project selection to use new
project-name
orproject-id
fields - Update references of "Code Dx" to "SRM" / "Software Risk Manager"
v1.1.1
Minor release to update the Code Dx action version in the README sample. No functional changes in this release.
v1.1
- The
source-and-binaries-glob
field is now optional - The Code Dx action will now emit a warning if no source/binaries were matched, rather than failing the step
- Fixed a bug where the glob
./**
caused the source/binary ZIP generation to fail - Fixed a bug where ZIP generation failures did not include error details
v1.0 - First stable release
Move log config to appropriate method
v0.8
Move log config to appropriate method
v0.7
Make paths relative (apparently necessary when using multiple globs)
v0.6
Set dry-run as optional
v0.5
Add dry-run parameter