Bump gradle/wrapper-validation-action from 1.0.5 to 1.0.6 (#748)
Bumps [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) from 1.0.5 to 1.0.6. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gradle/wrapper-validation-action/releases">gradle/wrapper-validation-action's releases</a>.</em></p> <blockquote> <h2>v1.0.6</h2> <h1>Gradle Wrapper Validation</h1> <ul> <li>Security vulnerability: <a href="959bfac6da">Bump json5 from 1.0.1 to 1.0.2</a></li> <li>Security vulnerability: <a href="ffa46e5c87">Bump qs from 6.10.1 to 6.11.0</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="8d49e559aa"><code>8d49e55</code></a> Use Node 16 for CI workflow</li> <li><a href="553793aaea"><code>553793a</code></a> Build outputs</li> <li><a href="79fc16cf9b"><code>79fc16c</code></a> Add name to package_lock</li> <li><a href="bc61a16645"><code>bc61a16</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gradle/wrapper-validation-action/issues/68">#68</a> from TWiStErRob/patch-2</li> <li><a href="64a4451e28"><code>64a4451</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gradle/wrapper-validation-action/issues/71">#71</a> from gradle/dependabot/npm_and_yarn/json5-1.0.2</li> <li><a href="664dcf59c9"><code>664dcf5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gradle/wrapper-validation-action/issues/70">#70</a> from gradle/dependabot/npm_and_yarn/qs-6.11.0</li> <li><a href="dabb1b52d3"><code>dabb1b5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gradle/wrapper-validation-action/issues/73">#73</a> from obfusk/patch-2</li> <li><a href="777fab02ef"><code>777fab0</code></a> fix typo: diffoscope not DiffScope</li> <li><a href="6c56157398"><code>6c56157</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/gradle/wrapper-validation-action/issues/72">#72</a> from gradle/no/checkout-3</li> <li><a href="a63eded8e0"><code>a63eded</code></a> Update workflows to v3</li> <li>Additional commits viewable in <a href="https://github.com/gradle/wrapper-validation-action/compare/v1.0.5...v1.0.6">compare view</a></li> </ul> </details> <br /> [](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>
This commit is contained in:
parent
67b3f3c15d
commit
4313ea8c9e
|
|
@ -13,4 +13,4 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: gradle/wrapper-validation-action@v1.0.5
|
||||
- uses: gradle/wrapper-validation-action@v1.0.6
|
||||
|
|
|
|||
Loading…
Reference in New Issue