Skip to content

Commit 322b15f

Browse files
Bump gradle/wrapper-validation-action from 1.0.5 to 1.0.6 (#7861)
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="https://github.com/gradle/wrapper-validation-action/commit/959bfac6da73353b14c33ab55d44b04f3cd95525">Bump json5 from 1.0.1 to 1.0.2</a></li> <li>Security vulnerability: <a href="https://github.com/gradle/wrapper-validation-action/commit/ffa46e5c8750eca4459bd01191fa54c8b10f778f">Bump qs from 6.10.1 to 6.11.0</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gradle/wrapper-validation-action/commit/8d49e559aae34d3e0eb16cde532684bc9702762b"><code>8d49e55</code></a> Use Node 16 for CI workflow</li> <li><a href="https://github.com/gradle/wrapper-validation-action/commit/553793aaeae97b3a61f87363bae30cde003e22ec"><code>553793a</code></a> Build outputs</li> <li><a href="https://github.com/gradle/wrapper-validation-action/commit/79fc16cf9b0ac4e3f029603533f5b59fc9186e99"><code>79fc16c</code></a> Add name to package_lock</li> <li><a href="https://github.com/gradle/wrapper-validation-action/commit/bc61a1664584fa02a3a37304ead32b823b6315ed"><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="https://github.com/gradle/wrapper-validation-action/commit/64a4451e28e0df9145752ff40eee57182b85cf1c"><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="https://github.com/gradle/wrapper-validation-action/commit/664dcf59c98e1b127f4aa8b3fd3a20d9c0fe6b7b"><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="https://github.com/gradle/wrapper-validation-action/commit/dabb1b52d35733fde278c288e4781d4336d4c29c"><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="https://github.com/gradle/wrapper-validation-action/commit/777fab02efa87081489cb71905669b00684e97f9"><code>777fab0</code></a> fix typo: diffoscope not DiffScope</li> <li><a href="https://github.com/gradle/wrapper-validation-action/commit/6c561573985cd8bd4d64efcfe270d51682d210e2"><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="https://github.com/gradle/wrapper-validation-action/commit/a63eded8e046e3a4244bf51433654bce71a393ec"><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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gradle/wrapper-validation-action&package-manager=github_actions&previous-version=1.0.5&new-version=1.0.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 22d2155 commit 322b15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/checkout@v3
5454

55-
- uses: gradle/[email protected].5
55+
- uses: gradle/[email protected].6
5656

5757
license-check:
5858
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)