Skip to content

Commit 4f69377

Browse files
moooyoYu Leng (from Dev Box)claude
authored
Pin check-spelling action to v0.0.26 (a35147f) (#46746)
<!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request discussed here: check-spelling/check-spelling#103 Merge it first to test if we can fix this issue. It blocked our PR pipeline which created from the forked repo. <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist - [ ] Closes: #xxx <!-- - [ ] Closes: #yyy (add separate lines for additional resolved issues) --> - [ ] **Communication:** I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected - [ ] **Tests:** Added/updated and all pass - [ ] **Localization:** All end-user-facing strings can be localized - [ ] **Dev docs:** Added/updated - [ ] **New binaries:** Added on the required places - [ ] [JSON for signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json) for new binaries - [ ] [WXS for installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs) for new binaries and localization folder - [ ] [YML for CI pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml) for new test projects - [ ] [YML for signed pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml) - [ ] **Documentation updated:** If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys) and link it here: #xxx <!-- Provide a more detailed description of the PR, other things fixed, or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed Co-authored-by: Yu Leng (from Dev Box) <yuleng@microsoft.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e1ad13a commit 4f69377

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/spelling2.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
steps:
9494
- name: check-spelling
9595
id: spelling
96-
uses: check-spelling/check-spelling@c635c2f3f714eec2fcf27b643a1919b9a811ef2e # v0.0.25
96+
uses: check-spelling/check-spelling@a35147f799f30f8739c33f92222c847214e82e67 # v0.0.26
9797
with:
9898
config: .github/actions/spell-check
9999
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
@@ -147,7 +147,7 @@ jobs:
147147
if: (success() || failure()) && needs.spelling.outputs.followup && github.event_name == 'push'
148148
steps:
149149
- name: comment
150-
uses: check-spelling/check-spelling@c635c2f3f714eec2fcf27b643a1919b9a811ef2e # v0.0.25
150+
uses: check-spelling/check-spelling@a35147f799f30f8739c33f92222c847214e82e67 # v0.0.26
151151
with:
152152
config: .github/actions/spell-check
153153
checkout: true
@@ -166,7 +166,7 @@ jobs:
166166
if: (success() || failure()) && needs.spelling.outputs.followup && contains(github.event_name, 'pull_request')
167167
steps:
168168
- name: comment
169-
uses: check-spelling/check-spelling@c635c2f3f714eec2fcf27b643a1919b9a811ef2e # v0.0.25
169+
uses: check-spelling/check-spelling@a35147f799f30f8739c33f92222c847214e82e67 # v0.0.26
170170
with:
171171
config: .github/actions/spell-check
172172
checkout: true
@@ -193,7 +193,7 @@ jobs:
193193
cancel-in-progress: false
194194
steps:
195195
- name: apply spelling updates
196-
uses: check-spelling/check-spelling@c635c2f3f714eec2fcf27b643a1919b9a811ef2e # v0.0.25
196+
uses: check-spelling/check-spelling@a35147f799f30f8739c33f92222c847214e82e67 # v0.0.26
197197
with:
198198
experimental_apply_changes_via_bot: ${{ github.repository_owner != 'microsoft' && 1 }}
199199
checkout: true

0 commit comments

Comments
 (0)