Created by: dependabot[bot]
Bumps actions/dependency-review-action from 1.0.2 to 2.0.2.
Release notes
Sourced from actions/dependency-review-action's releases.
2.0.2
- Fixes a small formatting error in the output of unknown licenses.
2.0.1
- Fixed a bug where null licenses would not show up in successful Action runs.
2.0.0
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.
Commits
-
1c59cdf
Fix the unknown licenses error message -
29fc7a2
Merge pull request #117 from actions/readme-capitalisation -
903977c
branding! -
aabd50a
Bumping version to 2.0.1 -
981c44c
Merge pull request #116 from actions/unknown-licenses -
c0d3293
Adding dist. -
963fe80
Always print null licenses. -
bf94d94
Remove old TODO. -
43ce5df
Update CONTRIBUTING.md -
24bc5e9
Updating the CONTRIBUTING.md docs. - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)