Skip to content

Commit 6586bf6

Browse files
Bump swiftlang/github-workflows/.github/workflows/soundness.yml from 0.0.12 to 0.0.13 (#234)
Bumps [swiftlang/github-workflows/.github/workflows/soundness.yml](https://github.com/swiftlang/github-workflows) from 0.0.12 to 0.0.13. <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.13</h2> <h2>What's Changed</h2> <ul> <li>Bump actions/cache from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/swiftlang/github-workflows/pull/296">swiftlang/github-workflows#296</a></li> <li>Drop Amazon Linux 2 from testing by <a href="https://github.com/shahmishal"><code>@​shahmishal</code></a> in <a href="https://redirect.github.com/swiftlang/github-workflows/pull/298">swiftlang/github-workflows#298</a></li> <li>Map Amazon Linux 2023 to amazonlinux2023 toolchain infix by <a href="https://github.com/jakepetroules"><code>@​jakepetroules</code></a> in <a href="https://redirect.github.com/swiftlang/github-workflows/pull/297">swiftlang/github-workflows#297</a></li> <li>update check_docs.sh to support ADDITIONAL_DOCC_ARGUMENTS by <a href="https://github.com/bkhouri"><code>@​bkhouri</code></a> in <a href="https://redirect.github.com/swiftlang/github-workflows/pull/299">swiftlang/github-workflows#299</a></li> <li>Fix documentation check building every target N times by <a href="https://github.com/rintaro"><code>@​rintaro</code></a> in <a href="https://redirect.github.com/swiftlang/github-workflows/pull/300">swiftlang/github-workflows#300</a></li> <li>Add macOS nightly build support via Swiftly by <a href="https://github.com/shahmishal"><code>@​shahmishal</code></a> in <a href="https://redirect.github.com/swiftlang/github-workflows/pull/301">swiftlang/github-workflows#301</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rintaro"><code>@​rintaro</code></a> made their first contribution in <a href="https://redirect.github.com/swiftlang/github-workflows/pull/300">swiftlang/github-workflows#300</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/swiftlang/github-workflows/compare/0.0.12...0.0.13">https://github.com/swiftlang/github-workflows/compare/0.0.12...0.0.13</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/swiftlang/github-workflows/commit/b4f8b6a963bcf21bf80a1a2581bb7093b18aa106"><code>b4f8b6a</code></a> Add macOS nightly build support via Swiftly (<a href="https://redirect.github.com/swiftlang/github-workflows/issues/301">#301</a>)</li> <li><a href="https://github.com/swiftlang/github-workflows/commit/09c1d32eab399a105ddc2bec76934527bdf5fe56"><code>09c1d32</code></a> Fix documentation check building every target N times (<a href="https://redirect.github.com/swiftlang/github-workflows/issues/300">#300</a>)</li> <li><a href="https://github.com/swiftlang/github-workflows/commit/b91213c703133e994cbe719458d557efe07887d8"><code>b91213c</code></a> update check_docs.sh to support ADDITIONAL_DOCC_ARGUMENTS (<a href="https://redirect.github.com/swiftlang/github-workflows/issues/299">#299</a>)</li> <li><a href="https://github.com/swiftlang/github-workflows/commit/380ada5e0c0e827bf6f5bab392fc602edcb73b8c"><code>380ada5</code></a> Map Amazon Linux 2023 to amazonlinux2023 toolchain infix (<a href="https://redirect.github.com/swiftlang/github-workflows/issues/297">#297</a>)</li> <li><a href="https://github.com/swiftlang/github-workflows/commit/1d532388463e2b8ec8396a8fe5560ab5ba5c7585"><code>1d53238</code></a> Drop Amazon Linux 2 from testing (<a href="https://redirect.github.com/swiftlang/github-workflows/issues/298">#298</a>)</li> <li><a href="https://github.com/swiftlang/github-workflows/commit/72dc949c8bdab4fc1bacdd123330e1d076391b2d"><code>72dc949</code></a> Bump actions/cache from 5 to 6 (<a href="https://redirect.github.com/swiftlang/github-workflows/issues/296">#296</a>)</li> <li>See full diff in <a href="https://github.com/swiftlang/github-workflows/compare/0.0.12...0.0.13">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.12&new-version=0.0.13)](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 bcff3fb commit 6586bf6

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.12
13+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.13
1414
with:
1515
license_header_check_project_name: "Swift Distributed Tracing"
1616

0 commit comments

Comments
 (0)