Skip to content

Commit

Permalink
Bump check-spelling/check-spelling from 0.0.23 to 0.0.24 (#444)
Browse files Browse the repository at this point in the history
Bumps
[check-spelling/check-spelling](https://github.com/check-spelling/check-spelling)
from 0.0.23 to 0.0.24.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/check-spelling/check-spelling/releases">check-spelling/check-spelling's
releases</a>.</em></p>
<blockquote>
<h2>Release 0.0.24</h2>
<h2>⏩ Upgrading</h2>
<ul>
<li>🏷️ Test first <em>on a branch</em> by changing your workflow
tags/references to this release. See 🐣 Breaking Changes for how to adapt
your workflow.</li>
<li>🐛 See Known Issues for known issues</li>
</ul>
<h2>✨ Highlights</h2>
<ul>
<li>SARIF reporting should work for <code>push</code> events and
workflows that use <code>checkout: true</code></li>
<li>If you use a second job for commenting and the most recent comment
was collapsed in response to a previous commit and the latest commit
doesn't trigger a new comment, a new job will be not be dispatched</li>
<li>Files with Mac OS classic line endings (<code>\r</code>) should be
properly handled (previously they'd erroneously trigger a
<code>minified-file</code> warning)</li>
</ul>
<h2>🐛 Known issues</h2>
<p>Check the list of <a
href="https://github.com/check-spelling/check-spelling/issues?q=is%3Aopen+is%3Aissue+label%3Aregression+milestone%3Av0.0.25">regressions
with target milestone v0.0.25</a> for more information about issues that
should be fixed soon.</p>
<ul>
<li>Running the check-spelling action on Windows runners doesn't work
<ul>
<li>This appears to be an incompatibility involving StrawberryPerl,
cpanm, and ExtUtils::Manifest</li>
<li>Note that running check-spelling on a GitHub hosted runner other
than ubuntu-* doesn't really
make sense as the Windows and macOS runners are much more expensive per
minute and check-spelling
itself doesn't need any facilities from the OS -- it should be checking
the spelling of files
as they are present in commits.</li>
<li>While the check-spelling action won't work on Windows, apply.pl and
the output check-spelling produces are expected to work on Windows.</li>
</ul>
</li>
</ul>
<h2>Full Changelog</h2>
<p><a
href="https://github.com/check-spelling/check-spelling/compare/v0.0.23...v0.0.24">https://github.com/check-spelling/check-spelling/compare/v0.0.23...v0.0.24</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/check-spelling/check-spelling/commit/67debf50669c7fc76fc8f5d7f996384535a72b77"><code>67debf5</code></a>
action: Release v0.0.24</li>
<li><a
href="https://github.com/check-spelling/check-spelling/commit/45fd1fdfd40d09862595b29ec7f492f5a7eabf89"><code>45fd1fd</code></a>
t/FlakyServer.t: Fix handling of days 1-9</li>
<li><a
href="https://github.com/check-spelling/check-spelling/commit/d286d554d4096a1b3754c16e5a53c7b66dbb506c"><code>d286d55</code></a>
action: Clarify that GITHUB_TOKEN has a default</li>
<li><a
href="https://github.com/check-spelling/check-spelling/commit/9376155f1f3ca1a46f5d854397251c003458fb74"><code>9376155</code></a>
UnknownWordSplitter: Auto-detect line endings</li>
<li><a
href="https://github.com/check-spelling/check-spelling/commit/ba8829d5a7e325d429cf9ca26ffcac4b75d874fd"><code>ba8829d</code></a>
unknown-words: Only suggest collapsing previous comment if it is not
collapsed</li>
<li><a
href="https://github.com/check-spelling/check-spelling/commit/c2d4ddf13721b180e6f22bdce683650912d33944"><code>c2d4ddf</code></a>
action: Fix logic to upload sarif for push events</li>
<li>See full diff in <a
href="https://github.com/check-spelling/check-spelling/compare/v0.0.23...v0.0.24">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=check-spelling/check-spelling&package-manager=github_actions&previous-version=0.0.23&new-version=0.0.24)](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 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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent 695e3af commit d8c223c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/spell-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- name: check-spelling
id: spelling
uses: check-spelling/[email protected].23
uses: check-spelling/[email protected].24
with:
suppress_push_for_open_pull_request: 1
checkout: true
Expand All @@ -47,7 +47,7 @@ jobs:
if: (success() || failure()) && needs.spelling.outputs.followup
steps:
- name: comment
uses: check-spelling/[email protected].23
uses: check-spelling/[email protected].24
with:
checkout: true
task: ${{ needs.spelling.outputs.followup }}

0 comments on commit d8c223c

Please sign in to comment.