Skip to content

Commit 8672785

Browse files
authored
ci: pin check-spelling to fix "Unsafe Permissions" (#929)
Use check-spelling/check-spelling#103 (comment) to workaround "Unsafe Permissions" failure ([example](https://github.com/a2aproject/a2a-python/actions/runs/23900666340)).
1 parent c0afd5c commit 8672785

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/spelling.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- name: check-spelling
2929
id: spelling
30-
uses: check-spelling/check-spelling@main
30+
uses: check-spelling/check-spelling@a35147f799f30f8739c33f92222c847214e82e67 # https://github.com/check-spelling/check-spelling/issues/103#issuecomment-4181666219
3131
with:
3232
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
3333
checkout: true

0 commit comments

Comments
 (0)