mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-09-22 21:25:41 +00:00
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:
@@ -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 && \
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user