Skip to content

Commit 90c550a

Browse files
Bump swiftlang/github-workflows/.github/workflows/soundness.yml from 0.0.10 to 0.0.11 (#190)
Bumps [swiftlang/github-workflows/.github/workflows/soundness.yml](https://github.com/swiftlang/github-workflows) from 0.0.10 to 0.0.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/swiftlang/github-workflows/releases">swiftlang/github-workflows/.github/workflows/soundness.yml's releases</a>.</em></p> <blockquote> <h2>0.0.11</h2> <h2>What's Changed</h2> <ul> <li>Update all Swift package test defaults to 6.3 by <a href="https://github.com/finagolfin"><code>@​finagolfin</code></a> in <a href="https://redirect.github.com/swiftlang/github-workflows/pull/253">swiftlang/github-workflows#253</a></li> <li>Android 6.3 support by <a href="https://github.com/marcprux"><code>@​marcprux</code></a> in <a href="https://redirect.github.com/swiftlang/github-workflows/pull/251">swiftlang/github-workflows#251</a></li> <li>Add PR Dependency check workflow by <a href="https://github.com/bkhouri"><code>@​bkhouri</code></a> in <a href="https://redirect.github.com/swiftlang/github-workflows/pull/233">swiftlang/github-workflows#233</a></li> <li>update NDK version by <a href="https://github.com/justice-adams-apple"><code>@​justice-adams-apple</code></a> in <a href="https://redirect.github.com/swiftlang/github-workflows/pull/262">swiftlang/github-workflows#262</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/swiftlang/github-workflows/compare/0.0.10...0.0.11">https://github.com/swiftlang/github-workflows/compare/0.0.10...0.0.11</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swiftlang/github-workflows/commit/a487d5014a30e7e0a75f39a4d65dc7655a1855ad"><code>a487d50</code></a> update NDK version (<a href="https://redirect.github.com/swiftlang/github-workflows/issues/262">#262</a>)</li> <li><a href="https://github.com/swiftlang/github-workflows/commit/f45407ca96925df11076921c153f0e59d7d30e7f"><code>f45407c</code></a> Add PR Dependency check workflow (<a href="https://redirect.github.com/swiftlang/github-workflows/issues/233">#233</a>)</li> <li><a href="https://github.com/swiftlang/github-workflows/commit/42768536f44a0fd3ca41624752698844cd8493c2"><code>4276853</code></a> Android 6.3 support (<a href="https://redirect.github.com/swiftlang/github-workflows/issues/251">#251</a>)</li> <li><a href="https://github.com/swiftlang/github-workflows/commit/531b7917e71e8c3b405045a13bf1dd3556b0a451"><code>531b791</code></a> Update all Swift package test defaults to 6.3 (<a href="https://redirect.github.com/swiftlang/github-workflows/issues/253">#253</a>)</li> <li>See full diff in <a href="https://github.com/swiftlang/github-workflows/compare/0.0.10...0.0.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=swiftlang/github-workflows/.github/workflows/soundness.yml&package-manager=github_actions&previous-version=0.0.10&new-version=0.0.11)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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>
1 parent 06f18f4 commit 90c550a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
soundness:
1212
name: Soundness
13-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.10
13+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.11
1414
with:
1515
license_header_check_project_name: "SwiftOpenAPIGenerator"
1616

0 commit comments

Comments
 (0)