Releases: ForAllSecure/mcode-action
Releases · ForAllSecure/mcode-action
v1.0.10: Add GitHub Issue IDs to GitHub Action comments, update dependencies
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
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
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
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
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)
What's Changed
- Add new input,
project
, which allows callers to override the
Mayhem project name. If not specified, theproject
will cotinue
to use the GitHub repo name.
Full Changelog: v1.0.4...v1.0.5
Mayhem for Code Action v1.0.4
What's Changed
- Adding release workflow by @Andrew5194 in #82
- Adjust to app.mayhem.security. by @eddymul in #116
- Fail on defects by @mjkoo in #125
- Target app mayhem security by @mjkoo in #128
New Contributors
Full Changelog: v1...v1.0.4
Mayhem for Code Action v1.0.3
What's Changed
- MH-13376 Fix missing square bracket by @vlussenburg in #76
- Bump webpack from 5.76.2 to 5.78.0 by @dependabot in #75
- Bump typescript from 4.9.5 to 5.0.3 by @dependabot in #74
- Bump eslint from 8.34.0 to 8.37.0 by @dependabot in #72
- Bump eslint-plugin-github from 4.6.1 to 4.7.0 by @dependabot in #71
- Bump prettier from 2.7.1 to 2.8.7 by @dependabot in #70
Full Changelog: v1...v1.0.3
Mayhem for Code Action v1.0.2
What's Changed
- Input for owner by @vlussenburg in #46
- Bump @types/node from 18.14.0 to 18.14.5 by @dependabot in #52
- Bump eslint-plugin-github from 4.4.1 to 4.6.1 by @dependabot in #50
- Bump @vercel/ncc from 0.33.4 to 0.36.1 by @dependabot in #48
- Bump webpack from 5.75.0 to 5.76.2 by @dependabot in #63
- Bump @typescript-eslint/parser from 5.53.0 to 5.56.0 by @dependabot in #65
Full Changelog: v1.0.1...v1.0.2
Mayhem for Code Action v1.0.1
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]>