chore(deps): update check-spelling/check-spelling action to v0.0.25 #495
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.0.23
->v0.0.25
Release Notes
check-spelling/check-spelling (check-spelling/check-spelling)
v0.0.25
: Release 0.0.25Compare Source
⏩ Upgrading
🐣 Breaking Changes
If you use SARIF reporting, then instead of the workflow yielding an ❌ when it fails, it will rely on github-advanced-security 🤖 to report the failure. You will need to adjust your checks for PRs.
use_sarif: ...
and are using a ruleset, you'll want to change the value touse_sarif: 1
instead of a complicated rule, because otherwisegithub-advanced-security
will only run sometimes and that will make PRs unmergable.on: schedule
whitelist.txt
andadvice.txt
check-spelling/checkout-merge@46bad523dcb6368efab50ff2729c00443785abca
(if you runon: pull_request
/on: pull_request_target
and usewith:
/checkout: true
)✨ New Features
submodules
only_check_changed_files
finds unrecognized words (#86)unknown_file_word_limit
to limit the number of times a path in a filename is reported when usingcheck_file_names
checkout: true
for newmissing-checkout
error casesingle-line-file
Dictionaries
fallback-dictionary-not-found
handlingHunspell dictionaries
.dic
/.aff
dictionaries by installing hunspell as needed (#79 / #90)Fixes
check_for_newline_at_eof
forallow.txt
(#81)inputs.ignored
eventsinputs.debug
handlingnoisy-file-list
handlingonly_check_changed_files
when unshallowing#
) support for expect filestoken-is-substring
warningImprovements
30x
redirectsWe'd
Messages
`
sLine
forcandidate-pattern
ignored-expect-variant
as a warningSARIF
/code-scanning/analysis
directly#
in filenames (#82)note
severity forno-files-to-check
defaultConfiguration.level
whenproblem.severity
is absentCandidate patterns
#
to suppress candidates (you can do this for forbidden patterns too, but this version won't suggest that)Apply
Summary Tables
Checkout
Testing
jd
withTest::More::is_deeply
Upgrade components
🐛 Known Issues
on: pull_request
/on: pull_requesrt_target
and usewith:
/checkout: true
, you will need to allowcheck-spelling/checkout-merge@46bad523dcb6368efab50ff2729c00443785abca
otherwise you will probably encounter:act
as of v0.2.77 is not supported withcheckout: true
(there's a PR toact
to fix this)check_file_names:
, instead, it will suggest excluding a file in/tmp/check-spelling
/GITHUB_OWNER/REPOSITORY_NAME/paths-of-checked-files.txt
(likely escaped)Full Changelog
Full Changelog: check-spelling/check-spelling@v0.0.24...v0.0.25
v0.0.24
: Release 0.0.24Compare Source
⏩ Upgrading
✨ Highlights
push
events and workflows that usecheckout: true
\r
) should be properly handled (previously they'd erroneously trigger aminified-file
warning)🐛 Known issues
Check the list of regressions with target milestone v0.0.25 for more information about issues that should be fixed soon.
.dic
) support is broken https://github.com/check-spelling/check-spelling/issues/79ignore-pattern
https://github.com/check-spelling/check-spelling/issues/80#
) trigger errors -- note that automatic sorting moves the#
lines to the top making them fairly useless so using comments isn't really recommended anyway.#
https://github.com/check-spelling/check-spelling/issues/82+1
character https://github.com/check-spelling/check-spelling/issues/83make 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.
Full Changelog
Configuration
📅 Schedule: Branch creation - "after 7am and before 11am every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.