Skip to content

Commit

Permalink
ci: bump actions/dependency-review-action from 2.5.0 to 2.5.1 (#470)
Browse files Browse the repository at this point in the history
Bumps
[actions/dependency-review-action](https://github.com/actions/dependency-review-action)
from 2.5.0 to 2.5.1.
<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.5.1</h2>
<p>Adding some quality-of-life improvements to the local development
experience. You can now pass a flag to the <code>scripts/scan_pr</code>
script using the <code>-c/--config-file</code> flags to use an external
configuration file:</p>
<p>Example:</p>
<pre><code> scripts/scan_pr
actions/dependency-review-action#294
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/dependency-review-action/commit/0efb1d1d84fc9633afcdaad14c485cbbc90ef46c"><code>0efb1d1</code></a>
bumping to 2.5.1</li>
<li><a
href="https://github.com/actions/dependency-review-action/commit/d4f6425aa474ead30e94cdebacb87aa569e8d7f8"><code>d4f6425</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/actions/dependency-review-action/issues/290">#290</a>
from actions/cn/scan_pr</li>
<li><a
href="https://github.com/actions/dependency-review-action/commit/49a61bd9bdb8c1f927c1213d78637b19d6bdd8ed"><code>49a61bd</code></a>
Update scripts/scan_pr</li>
<li><a
href="https://github.com/actions/dependency-review-action/commit/06c01e11e896e68a52c55093a95904e0d4c541ff"><code>06c01e1</code></a>
Update scripts/scan_pr</li>
<li><a
href="https://github.com/actions/dependency-review-action/commit/4538b29c27fd98d5bf9a7e9b0e97967ab68492b5"><code>4538b29</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/actions/dependency-review-action/issues/300">#300</a>
from actions/dependabot/npm_and_yarn/eslint-8.26.0</li>
<li><a
href="https://github.com/actions/dependency-review-action/commit/4153ec555a97b74dae99bd8d014125a7204ed381"><code>4153ec5</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/actions/dependency-review-action/issues/299">#299</a>
from actions/dependabot/npm_and_yarn/types/node-16.18.0</li>
<li><a
href="https://github.com/actions/dependency-review-action/commit/7c8d0843f9e7ec60f2a10ccc30c09b84f84606ab"><code>7c8d084</code></a>
Bump eslint from 8.25.0 to 8.26.0</li>
<li><a
href="https://github.com/actions/dependency-review-action/commit/fc00198e43da877819fd9b4639beed2984c3a6f9"><code>fc00198</code></a>
Bump <code>@​types/node</code> from 16.11.68 to 16.18.0</li>
<li><a
href="https://github.com/actions/dependency-review-action/commit/80e573b784829956d8a133b4bdb66153f515d053"><code>80e573b</code></a>
Fixing whitespace.</li>
<li><a
href="https://github.com/actions/dependency-review-action/commit/b5c3d1e7237348220cdc78ca716caa551f846d41"><code>b5c3d1e</code></a>
Update <code>scan_pr</code> to support loading an external config YAML
file.</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/dependency-review-action/compare/v2.5.0...v2.5.1">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=2.5.0&new-version=2.5.1)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 25, 2022
1 parent 59732c8 commit e8a2552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Expand Up @@ -13,4 +13,4 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/dependency-review-action@v2.5.0
- uses: actions/dependency-review-action@v2.5.1

0 comments on commit e8a2552

Please sign in to comment.