Skip to content

Releases: ForAllSecure/mcode-action

v1.0.10: Add GitHub Issue IDs to GitHub Action comments, update dependencies

19 Sep 16:14
fc59749
Compare
Choose a tag to compare

What's Changed

  • Adds GitHub Issue IDs to comments created by this action, if available.
  • Updates dependencies.

Full Changelog: v1.0.9...v1.0.10

Mayhem for Code Action v1

19 Sep 16:26
fc59749
Compare
Choose a tag to compare

What's Changed

  • Adds GitHub Issue IDs to comments created by this action, if available.
  • Updates dependencies.

Full Changelog: v1.0.9...v1.0.10

v1.0.9: Ensure coverage is always downloaded from the correct run

31 May 16:34
d1d5c9b
Compare
Choose a tag to compare

What's Changed

  • Bugfix: ensure coverage is always downloaded from the correct run.

Full Changelog: v1.0.8...v1.0.9

v1.0.8: Correctly determine target for mayhem download

23 May 22:22
be08534
Compare
Choose a tag to compare

What's Changed

  • Fixes mayhem download section of the action to correctly determine the target path.

Full Changelog: v1.0.7...v1.0.8

v1.0.7: Use `--owner` flag for downloads, upgrade to Node 20

23 May 20:46
a0f85b3
Compare
Choose a tag to compare

What's Changed

  • Upgrades Node 16 to Node 20.
  • Upgrades all action NPM dependencies.
  • Updates the mayhem download command to use the --owner flag rather than a workaround.

Full Changelog: v1.0.6...v1.0.7

v1.0.5: Support override of Mayhem project name (#159)

03 Oct 21:53
36ef87d
Compare
Choose a tag to compare

What's Changed

  • Add new input, project, which allows callers to override the
    Mayhem project name. If not specified, the project will cotinue
    to use the GitHub repo name.

Full Changelog: v1.0.4...v1.0.5

Mayhem for Code Action v1.0.4

18 Aug 22:24
148de75
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1...v1.0.4

Mayhem for Code Action v1.0.3

06 Apr 17:43
8b7a2b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1...v1.0.3

Mayhem for Code Action v1.0.2

21 Mar 18:54
83ad9bc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

Mayhem for Code Action v1.0.1

03 Mar 16:44
b576ec5
Compare
Choose a tag to compare
Add coverage junit input runid output (#45)

* Added `junit-output`, `coverage-output`
* added logic in main for junit + coverage
* added ci for the mcode action
* added test for new functionality
* Add Mayhemfile for testing
* added run output
* Create dependabot.yml

---------

Co-authored-by: Benjamin Gutierrez <[email protected]>