Skip to content

[codex] Fix typos workflow trigger and pin action#11

Merged
chrislearn merged 2 commits intomainfrom
codex/typos-workflow
Apr 1, 2026
Merged

[codex] Fix typos workflow trigger and pin action#11
chrislearn merged 2 commits intomainfrom
codex/typos-workflow

Conversation

@chrislearn
Copy link
Copy Markdown
Member

Summary

  • run the typos workflow on pushes to main
  • add minimal contents: read workflow permissions
  • pin crate-ci/typos to the v1.40.0 release commit instead of tracking master

Why

The workflow still targeted the old default branch name and followed a mutable action ref. That made the check easy to miss and unnecessarily increased supply-chain drift.

Impact

The typo check will run on the actual default branch again, and the action version is now explicit.

Validation

  • reviewed the rendered workflow file locally
  • verified the pinned release commit with git ls-remote https://github.com/crate-ci/typos refs/tags/v1.40.0
  • remote GitHub Actions run will provide the execution check

@chrislearn chrislearn marked this pull request as ready for review April 1, 2026 15:24
Signed-off-by: Chrislearn Young <chris@acroidea.com>
@chrislearn chrislearn merged commit 064ac9c into main Apr 1, 2026
3 of 4 checks passed
@chrislearn chrislearn deleted the codex/typos-workflow branch April 1, 2026 15:26
@salvo-rs salvo-rs deleted a comment from chatgpt-codex-connector bot Apr 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant