ci: pin crate-ci/typos to v1.50.2 (#9246)

crate-ci/typos renamed its default branch from master to main on
2026-09-18 (0a3d75e) and the master branch is gone, so every workflow
run since then fails at job setup with:

  Unable to resolve action `crate-ci/typos@master`, unable to find version `master`

Pin to the latest release tag instead of tracking a branch. This matches
how the other actions in these two workflows are referenced and keeps the
check reproducible.

Signed-off-by: Dennis Zhuang <killme2008@gmail.com>
This commit is contained in:
dennis zhuang
2026-09-19 02:46:12 +00:00
committed by GitHub
parent fbbc017be4
commit 0e5bcaee54
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: crate-ci/typos@master
- uses: crate-ci/typos@v1.50.2
- name: Check the config docs
run: |
make config-docs && \
+1 -1
View File
@@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: crate-ci/typos@master
- uses: crate-ci/typos@v1.50.2
license-header-check:
if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }}