Github Run Tests Action Versions Save

mabl Github Actions implementation

v1.13.0

1 year ago

This release adds addresses a dependency CVE and pulls in the latest GitHub Actions libraries.

v1.12

1 year ago

This release adds developer experience enhancements, and addresses dependency CVEs.

Changes include:

  • Update moment to address https://github.com/advisories/GHSA-wc69-rhjr-hc9g
  • Add helpful documentation about the mabl API key type to use
  • Add helpful error messages when the wrong API key type is used
  • Provide more helpful humanization of error messages

v1.11

2 years ago

This release adds enhancements for API calling resiliency and addresses dependency CVEs. Changes include:

  • Add more robust API call timeouts to address #48
  • Update moment to address CVE-2022-24785
  • Update all other libraries and use pinned versions
  • Upgrade Action runtime from Node.js 12 (End of Life) to Node.js 16
  • Fix code typo in for APP/API URL overrides environment variable names (used in unit testing)

v1.10.1

2 years ago

This release only updates build time test dependencies

  • Update eslint test time dependency for CVE-2020-28469
  • Update jest test time dependency CVE-2021-32640

v1.10

3 years ago
  • Added mabl-branch support
  • Added http-headers support
  • Added plan-labels support
  • More helpful input validation messaging
  • Complete YAML example documented

Read more about the release here.

v1.9

3 years ago
  • Address CVE-2021-23337 for Lodash library by upgrading dependency
  • Minor dependency upgrades

v1.8

3 years ago
  • Address CVE-2020-28168 for Axios library by upgrading dependency

v1.7

3 years ago
  • For pull_request triggered actions, get the commit hash to test against from the head of the branch being merged instead of using the GITHUB_SHA environment variable. Fixes #29.

v1.6

3 years ago
  • Update @actions/core to address set-env deprecation
  • Replace deprecated request with axios
  • Format Action output into "groups"
  • v1.6 published
  • v1 major version tag available (automatically get updates in your workflows using this version)
  • Polish code base, tests

v1.5

4 years ago

Fixes a number of issues and changes journey -> test in public documentation:

  • #15 Fixes bug in README example
  • #16 We were incorrectly showing the plan results under the test results output
  • Changes journey to test in public inputs and outputs