Skip to content

Tags: ForAllSecure/mcode-action

Tags

v1.0.10

Toggle v1.0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependencies to fix vulns. (#218)

* Fix open vulns.

* Bump version.

v1

Toggle v1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Update v1 tag to v1.0.10

v1.0.9

Toggle v1.0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[MH-16215] Add run_number flag to CLI. (#171)

* Upgrade deps.

* Update version to 1.0.9.

* Update linting settings.

* More version updates.

* Fixes for linting errors.

* Add jest to the dev dependencies; fixes lint error where it couldn't be detected.

* Rebuild the distribution.

* Consolidate the config into a Config type.

* Rename fields.

* Add run_number to mayhem download.

v1.0.8

Toggle v1.0.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pass only target to mayhem download, not project/target. (#167)

* Pass only target to mayhem download, not project/target.

* Fix how target is computed using sed.

v1.0.7

Toggle v1.0.7's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Upgrade Node 16 to Node 20 (#161)

* Update action.yml

* Update Dockerfile

* Update main.yml

* Update action-cve version.

* Remove double quotes.

* Fix action version.

* Update action versions.

* Update deps.

* Upgrade versions, add missing packages.

* Linting.

* Upgrades via make dist-rebuild.

* Fix Mayhemfiles to work around comment bug in mayhem-core.

---------

Co-authored-by: Dylan Bargatze <dbargatz@users.noreply.github.com>

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[MH-13108] Use owner flag instead of workaround for download command (#…

…160)

* Use owner flag instead of workaround for download command
* Extract target from run

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support override of Mayhem project name (#159)

* Added a new input, `project` which allows action
  callers to override the `--project` argument that
  is passed to the `mayhem` CLI. If not set, the
  existing behavior remains unchanged -- falling
  back to the GitHub repository name for the project.

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Target app mayhem security (#128)

* Use MAYHEM_URL secret rather than hard-coded beta instance in workflow

* Set owner

* Add fail on defects test

* Wait if fail-on-defects set

* Restructure __tests__

* Allow overriding package path

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump prettier from 2.7.1 to 2.8.7 (#70)

Bumps [prettier](https://github.com/prettier/prettier) from 2.7.1 to 2.8.7.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.7.1...2.8.7)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Vincent Lussenburg <vlussenburg@users.noreply.github.com>

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump @typescript-eslint/parser from 5.53.0 to 5.56.0 (#65)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 5.53.0 to 5.56.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.56.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>