-
Notifications
You must be signed in to change notification settings - Fork 717
chore: rename AI Markdown translator references #23307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ti-chi-bot
merged 1 commit into
pingcap:master
from
qiancai:chore/rename-ai-markdown-translator
Jul 19, 2026
+23
−23
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🌐 Web query:
What are the latest major versions of actions/setup-python and actions/checkout?💡 Result:
As of July 19, 2026, the latest major versions for these GitHub Actions are: - actions/checkout: v7 [1][2][3] - actions/setup-python: v6 [4][5][6] The actions/checkout action released version v7.0.0 on June 18, 2026 [2][7]. The actions/setup-python action is currently at major version v6 [4][6].
Citations:
🏁 Script executed:
Repository: pingcap/docs
Length of output: 1298
🌐 Web query:
GitHub Actions actions/checkout current major version release and actions/setup-python current major version release💡 Result:
As of July 19, 2026, the current major version releases for the specified GitHub Actions are: 1. actions/checkout: The current major version is v7 [1][2][3]. 2. actions/setup-python: The current major version is v6 [4][5]. Note: For actions/checkout, version v7.0.0 was released on June 18, 2026 [2]. For actions/setup-python, the v6 series (with the latest release being v6.3.0 as of the most recent data) remains the current major version [5].
Citations:
Bump
actions/checkouttov7;actions/setup-python@v6is already current.The
checkoutrefs in.github/workflows/translation-cron.yml,.github/workflows/sync-doc-pr-zh-to-en.yml, and.github/workflows/translation-zh.yamlare still on v6. Pin these action refs to SHAs if you want supply-chain hardening.🧰 Tools
🪛 zizmor (1.26.1)
[error] 85-85: unpinned action reference (unpinned-uses): action is not pinned to a hash (required by blanket policy)
(unpinned-uses)
📍 Affects 3 files
.github/workflows/translation-cron.yml#L85-L85(this comment).github/workflows/sync-doc-pr-zh-to-en.yml#L44-L44.github/workflows/translation-zh.yaml#L76-L76🤖 Prompt for AI Agents
Source: Linters/SAST tools