Skip to content

Commit 74c7c62

Browse files
authored
fix: pin check-spelling action to v0.0.26 (#1722)
# Description - [ ] Follow the [`CONTRIBUTING` Guide](https://github.com/a2aproject/A2A/blob/main/CONTRIBUTING.md). - [ ] Make your Pull Request title in the <https://www.conventionalcommits.org/> specification. - [ ] Ensure the tests and linter pass (Run `nox -s format` from the repository root to format) - [ ] Appropriate docs were updated (if necessary) Pins the `check-spelling/check-spelling` action to `v0.0.26` to resolve the unsafe workflow configuration error (exit code 5) that was blocking all PRs from passing the Check Spelling CI gate. Fixes #1710 🦕 Signed-off-by: Sam Betts <1769706+Tehsmash@users.noreply.github.com>
1 parent c1169f4 commit 74c7c62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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@v0.0.26
3131
with:
3232
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
3333
checkout: true

0 commit comments

Comments
 (0)