You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/06/27 14:26:55 UTC

[GitHub] [camel-spring-boot] dependabot[bot] opened a new pull request, #583: Bump actions/dependency-review-action from 1 to 2

dependabot[bot] opened a new pull request, #583:
URL: https://github.com/apache/camel-spring-boot/pull/583

   Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 1 to 2.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/actions/dependency-review-action/releases">actions/dependency-review-action's releases</a>.</em></p>
   <blockquote>
   <h2>2.0.0</h2>
   <p>Major version update! We are introducing a few configuration options to make the action more useful in a broader set of scenarios:</p>
   <ul>
   <li><code>fail-on-severity</code>: Specify the minimum security vulnerability threshold before failing workflow runs.</li>
   <li><code>allow-licenses</code>: An allowlist for dependency licenses.</li>
   <li><code>deny-licenses</code>: A blocklist for dependency licenses.</li>
   </ul>
   <p>You can read more about these options in the <a href="https://github.com/actions/dependency-review-action/#configuration">&quot;Configuration&quot; section of the README</a>.</p>
   <h2>1.0.2</h2>
   <ul>
   <li>Clarify error messages for private repos</li>
   <li>Update NPM dependencies.</li>
   </ul>
   <h2>v1.0.1</h2>
   <p>We're starting to use semantic versioning for our project.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/actions/dependency-review-action/commit/1c59cdf2a9c7f29c90e8da32237eb04b81bad9f0"><code>1c59cdf</code></a> Fix the unknown licenses error message</li>
   <li><a href="https://github.com/actions/dependency-review-action/commit/29fc7a23bd29f1860e3d4284d962de788669e558"><code>29fc7a2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/dependency-review-action/issues/117">#117</a> from actions/readme-capitalisation</li>
   <li><a href="https://github.com/actions/dependency-review-action/commit/903977c63ade02a4668966920059e489c1cd13c5"><code>903977c</code></a> branding!</li>
   <li><a href="https://github.com/actions/dependency-review-action/commit/aabd50a60d6c84ff6d888ca2b89536802fda3cf6"><code>aabd50a</code></a> Bumping version to 2.0.1</li>
   <li><a href="https://github.com/actions/dependency-review-action/commit/981c44c2a97d5149144a08be235005afecc4c6cf"><code>981c44c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/dependency-review-action/issues/116">#116</a> from actions/unknown-licenses</li>
   <li><a href="https://github.com/actions/dependency-review-action/commit/c0d32934e86f585b069c2cbb59164617230275fd"><code>c0d3293</code></a> Adding dist.</li>
   <li><a href="https://github.com/actions/dependency-review-action/commit/963fe8045dbc5c16d2aa0c6c66af49dbe5f4dbf0"><code>963fe80</code></a> Always print null licenses.</li>
   <li><a href="https://github.com/actions/dependency-review-action/commit/bf94d94f63da64e4de3c5e23017a18e214322438"><code>bf94d94</code></a> Remove old TODO.</li>
   <li><a href="https://github.com/actions/dependency-review-action/commit/43ce5df965935b417bb94c1d40f2626dda0e1639"><code>43ce5df</code></a> Update CONTRIBUTING.md</li>
   <li><a href="https://github.com/actions/dependency-review-action/commit/24bc5e99346677a1f193cb482a10b564825ea05c"><code>24bc5e9</code></a> Updating the CONTRIBUTING.md docs.</li>
   <li>Additional commits viewable in <a href="https://github.com/actions/dependency-review-action/compare/v1...v2">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/dependency-review-action&package-manager=github_actions&previous-version=1&new-version=2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-spring-boot] orpiske merged pull request #583: Bump actions/dependency-review-action from 1 to 2

Posted by GitBox <gi...@apache.org>.
orpiske merged PR #583:
URL: https://github.com/apache/camel-spring-boot/pull/583


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org