Skip to content

Releases: codedx/codedx-github-action

v1.3.1

Choose a tag to compare

@bkundu929 bkundu929 released this 07 May 12:57
d0a0a9c

This release updates the axios dependency from v0.21.4 to v0.31.1 and @vercel/ncc from v0.27.0 to v0.38.4.

v1.3.0

Choose a tag to compare

@tylercamp tylercamp released this 18 Oct 16:36
53996ad

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

Choose a tag to compare

@tylercamp tylercamp released this 23 Apr 18:08

This release updates the required NodeJS runtime from v12 to the latest v20.

v1.2.0

Choose a tag to compare

@tylercamp tylercamp released this 09 Apr 12:53

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 or project-id fields
  • Update references of "Code Dx" to "SRM" / "Software Risk Manager"

v1.1.1

Choose a tag to compare

@tylercamp tylercamp released this 26 Jan 16:09

Minor release to update the Code Dx action version in the README sample. No functional changes in this release.

v1.1

Choose a tag to compare

@tylercamp tylercamp released this 13 Sep 17:11
  • 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

Choose a tag to compare

@tylercamp tylercamp released this 17 Dec 19:38
Move log config to appropriate method

v0.8

v0.8 Pre-release
Pre-release

Choose a tag to compare

@tylercamp tylercamp released this 17 Dec 19:35
Move log config to appropriate method

v0.7

v0.7 Pre-release
Pre-release

Choose a tag to compare

@tylercamp tylercamp released this 17 Dec 19:06
Make paths relative (apparently necessary when using multiple globs)

v0.6

v0.6 Pre-release
Pre-release

Choose a tag to compare

@tylercamp tylercamp released this 17 Dec 18:50
Set dry-run as optional