Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #548 +/- ##
=======================================
Coverage 92.77% 92.77%
=======================================
Files 7 7
Lines 2035 2035
Branches 530 530
=======================================
Hits 1888 1888
Misses 147 147 ☔ View full report in Codecov by Sentry. |
karfau
approved these changes
Sep 29, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0Release Notes
actions/dependency-review-action (actions/dependency-review-action)
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-warningsandretry-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-failureoption tocomment-summary-in-prsetting by @sgmurphy in https://github.com/actions/dependency-review-action/pull/540Previous configuration files using
true/falseforcomment-summary-in-prwill 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-licensesoption 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-proption 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/ANDexpressions.Disable individual checks
You can now use the boolean options
license-checkandvulnerability-checkto 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 - At any time (no schedule defined), 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.