Skip to content

Commit 5d83d45

Browse files
Bump swiftlang/github-workflows/.github/workflows/soundness.yml from 0.0.8 to 0.0.10 (#188)
Bumps [swiftlang/github-workflows/.github/workflows/soundness.yml](https://github.com/swiftlang/github-workflows) from 0.0.8 to 0.0.10. <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.10</h2> <h2>What's Changed</h2> <ul> <li>Windows: Ensure Docker engine is running by <a href="https://github.com/bkhouri"><code>@​bkhouri</code></a> in <a href="https://redirect.github.com/swiftlang/github-workflows/pull/259">swiftlang/github-workflows#259</a></li> <li>Add FreeBSD build job to swift_package_test workflow by <a href="https://github.com/jakepetroules"><code>@​jakepetroules</code></a> in <a href="https://redirect.github.com/swiftlang/github-workflows/pull/257">swiftlang/github-workflows#257</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/swiftlang/github-workflows/compare/0.0.9...0.0.10">https://github.com/swiftlang/github-workflows/compare/0.0.9...0.0.10</a></p> <h2>0.0.9</h2> <h2>What's Changed</h2> <ul> <li>When splitting lines for the cross-PR checkout also split on \r\n by <a href="https://github.com/ahoppen"><code>@​ahoppen</code></a> in <a href="https://redirect.github.com/swiftlang/github-workflows/pull/249">swiftlang/github-workflows#249</a></li> <li>Fix template injection 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/247">swiftlang/github-workflows#247</a></li> <li>Remove tailing comma in matrix JSON by <a href="https://github.com/plemarquand"><code>@​plemarquand</code></a> in <a href="https://redirect.github.com/swiftlang/github-workflows/pull/254">swiftlang/github-workflows#254</a></li> <li>Update default Xcode versions in workflow to 16.4, 26.3, and 26.4 by <a href="https://github.com/shahmishal"><code>@​shahmishal</code></a> in <a href="https://redirect.github.com/swiftlang/github-workflows/pull/255">swiftlang/github-workflows#255</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/swiftlang/github-workflows/compare/0.0.8...0.0.9">https://github.com/swiftlang/github-workflows/compare/0.0.8...0.0.9</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swiftlang/github-workflows/commit/3b5576d74703a6e4e30b49e2d2311313638c82e4"><code>3b5576d</code></a> Add FreeBSD build job to swift_package_test workflow (<a href="https://redirect.github.com/swiftlang/github-workflows/issues/257">#257</a>)</li> <li><a href="https://github.com/swiftlang/github-workflows/commit/b337c7f02f4b38cbc2ce4de399ae417050ccd3e9"><code>b337c7f</code></a> Windows: Ensure Docker engine is running (<a href="https://redirect.github.com/swiftlang/github-workflows/issues/259">#259</a>)</li> <li><a href="https://github.com/swiftlang/github-workflows/commit/f84da042883848ad67aadd051dc322eec18660d3"><code>f84da04</code></a> Update default Xcode versions in workflow to 16.4, 26.3, and 26.4 (<a href="https://redirect.github.com/swiftlang/github-workflows/issues/255">#255</a>)</li> <li><a href="https://github.com/swiftlang/github-workflows/commit/47c9717a9218ab60fe9fc6e957980d55fe949f1d"><code>47c9717</code></a> Remove tailing comma in matrix JSON (<a href="https://redirect.github.com/swiftlang/github-workflows/issues/254">#254</a>)</li> <li><a href="https://github.com/swiftlang/github-workflows/commit/8e529b937e15ba0a65af9b492393704fe3f16bdf"><code>8e529b9</code></a> Fix template injection (<a href="https://redirect.github.com/swiftlang/github-workflows/issues/247">#247</a>)</li> <li><a href="https://github.com/swiftlang/github-workflows/commit/58677410ce8ef88844850c908bcd830ad108c812"><code>5867741</code></a> When splitting lines for the cross-PR checkout also split on \r\n (<a href="https://redirect.github.com/swiftlang/github-workflows/issues/249">#249</a>)</li> <li>See full diff in <a href="https://github.com/swiftlang/github-workflows/compare/0.0.8...0.0.10">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.8&new-version=0.0.10)](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 1d9be8c commit 5d83d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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.8
13+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.10
1414
with:
1515
license_header_check_project_name: "SwiftOpenAPIGenerator"
1616

0 commit comments

Comments
 (0)