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.25Release 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: 1instead of a complicated rule, because otherwisegithub-advanced-securitywill only run sometimes and that will make PRs unmergable.on: schedulewhitelist.txtandadvice.txtcheck-spelling/checkout-merge@46bad523dcb6368efab50ff2729c00443785abca(if you runon: pull_request/on: pull_request_targetand usewith:/checkout: true)✨ New Features
submodulesonly_check_changed_filesfinds unrecognized words (#86)unknown_file_word_limitto limit the number of times a path in a filename is reported when usingcheck_file_namescheckout: truefor newmissing-checkouterror casesingle-line-fileDictionaries
fallback-dictionary-not-foundhandlingHunspell dictionaries
.dic/.affdictionaries by installing hunspell as needed (#79 / #90)Fixes
check_for_newline_at_eofforallow.txt(#81)inputs.ignoredeventsinputs.debughandlingnoisy-file-listhandlingonly_check_changed_fileswhen unshallowing#) support for expect filestoken-is-substringwarningImprovements
30xredirectsWe'dMessages
`sLineforcandidate-patternignored-expect-variantas a warningSARIF
/code-scanning/analysisdirectly#in filenames (#82)noteseverity forno-files-to-checkdefaultConfiguration.levelwhenproblem.severityis 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
jdwithTest::More::is_deeplyUpgrade components
🐛 Known Issues
on: pull_request/on: pull_requesrt_targetand usewith:/checkout: true, you will need to allowcheck-spelling/checkout-merge@46bad523dcb6368efab50ff2729c00443785abcaotherwise you will probably encounter:actas of v0.2.77 is not supported withcheckout: true(there's a PR toactto 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
pushevents and workflows that usecheckout: true\r) should be properly handled (previously they'd erroneously trigger aminified-filewarning)🐛 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 #79ignore-pattern#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.##82+1character #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.