Skip to content

Releases: actions/dependency-review-action

2.0.2

16 Jun 04:05
Compare
Choose a tag to compare
  • Fixes a small formatting error in the output of unknown licenses.

2.0.1

15 Jun 13:28
Compare
Choose a tag to compare
  • Fixed a bug where null licenses would not show up in successful Action runs.

2.0.0

15 Jun 10:17
Compare
Choose a tag to compare

Major version update! We are introducing a few configuration options to make the action more useful in a broader set of scenarios:

  • fail-on-severity: Specify the minimum security vulnerability threshold before failing workflow runs.
  • allow-licenses: An allowlist for dependency licenses.
  • deny-licenses: A blocklist for dependency licenses.

You can read more about these options in the "Configuration" section of the README.

1.0.2

23 May 19:37
a9c83d3
Compare
Choose a tag to compare
  • Clarify error messages for private repos
  • Update NPM dependencies.

v1

06 Apr 16:13
a9c83d3
Compare
Choose a tag to compare

First release of the Dependency Review Action.

v1.0.1

16 May 20:30
39e692f
Compare
Choose a tag to compare

We're starting to use semantic versioning for our project.