chore(deps): update actions/dependency-review-action action to v3 #177
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.5.1
->v3.1.3
Release Notes
actions/dependency-review-action (actions/dependency-review-action)
v3.1.3
: 3.1.3Compare Source
What's Changed
Full Changelog: actions/dependency-review-action@v3...v3.1.3
v3.1.2
: 3.1.2Compare Source
What's Changed
Full Changelog: actions/dependency-review-action@v3...v3.1.2
v3.1.1
: 3.1.1Compare Source
What's Changed
octokit
,@actions/github
andtypescript
.Full Changelog: actions/dependency-review-action@v3.1.0...v3.1.1
v3.1.0
: 3.1.0Compare Source
What's New
Added support for dependencies submitted through the dependency submission API. This includes two new configuration parameters:
retry-on-snapshot-warnings
andretry-on-snapshot-warnings-timeout
.What's Changed
New Contributors
Full Changelog: actions/dependency-review-action@v3...v3.1.0
v3.0.8
: 3.0.8Compare Source
What's Changed
Added
on-failure
option tocomment-summary-in-pr
setting by @sgmurphy in https://github.com/actions/dependency-review-action/pull/540Previous configuration files using
true
/false
forcomment-summary-in-pr
will be mapped automatically to the new values, but we encourage you to update toalways
/on-failure
/never
.New Contributors
Full Changelog: actions/dependency-review-action@v3...v3.0.8
v3.0.7
: 3.0.7Compare Source
What's Changed
New Contributors
Full Changelog: actions/dependency-review-action@v3...v3.0.7
v3.0.6
: 3.0.6Compare Source
Fixes a bug introduced in 3.0.5 where we raised PURL errors when Dependency Graph returns an empty
package_url
.v3.0.5
: 3.0.5Compare Source
What's Changed
Thanks to @theztefan, we now have a new
allow-dependencies-licenses
option that takes a list of dependencies that will be excluded from license checks. See the configuration options for more information on how to use it.New Contributors
Full Changelog: actions/dependency-review-action@v3...v3.0.5
v3.0.4
: 3.0.4Compare Source
What's New?
The Action can now publish a comment in the pull request if the
comment-summary-in-pr
option is set. More information can be found in the README.New Contributors
Changelog
Full Changelog: actions/dependency-review-action@v3...v3.0.4
v3.0.3
: 3.0.3Compare Source
What's Changed
New Contributors
Full Changelog: actions/dependency-review-action@v3...v3.0.3
v3.0.2
: 3.0.2Compare Source
This release fixes spelling errors https://github.com/actions/dependency-review-action/pull/348 and upgrades dependencies to fix known vulnerabilities
Full Changelog: actions/dependency-review-action@v3...v3.0.2
v3.0.1
: 3.0.1Compare Source
This release contains the following bugfixes:
Full Changelog: actions/dependency-review-action@v3...v3.0.1
v3.0.0
: 3.0.0Compare Source
Breaking Changes
By default the action now expects SPDX-compliant licenses everywhere. If you were previously using license names in the allow or deny lists make sure they're valid!
What's Changed
Support for external configuration files
You can now specify a configuration file external to your repository. This allows organizations to have a single configuration file for all their repos.
Broader license support
We've added support for a much broader set of project licenses by using GitHub's Licenses API.
SPDX Compliance
All of our license-related code now expects SPDX-compliant licenses or expressions. This allows us to standardize on a license naming scheme that already supports
OR
/AND
expressions.Disable individual checks
You can now use the boolean options
license-check
andvulnerability-check
to disable either one of the checks. More information in our configuration options.Thanks
Contributors for this release include:
Thanks everyone!
Full Changelog: actions/dependency-review-action@v2...v3.0.0
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.