Skip to content

ci: use taiki-e/checkout-action for plain checkouts#1620

Merged
Boshen merged 3 commits into
mainfrom
ci/use-taiki-checkout-action
May 19, 2026
Merged

ci: use taiki-e/checkout-action for plain checkouts#1620
Boshen merged 3 commits into
mainfrom
ci/use-taiki-checkout-action

Conversation

@Boshen
Copy link
Copy Markdown
Member

@Boshen Boshen commented May 18, 2026

Summary

  • Replaced actions/checkout with taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2 in workflows that only need a plain checkout (persist-credentials: false is the default in taiki-e, so the with: block is dropped).
  • Touched deny.yml, test-standalone-install.yml, update-trusted-stack-stats.yml, upgrade-deps.yml. The external-repo checkout in deny.yml keeps its repository/path/ref inputs (all supported by taiki-e).
  • Left zizmor.yml (submodules: true) and prepare_release.yml (fetch-depth: 0) on actions/checkout — those inputs aren't supported by taiki-e/checkout-action.

🤖 Generated with Claude Code

Replace actions/checkout with the lighter taiki-e/checkout-action in
workflows that don't need fetch-depth or submodules. zizmor.yml and
prepare_release.yml are left on actions/checkout since they rely on
features taiki-e/checkout-action doesn't support.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@netlify
Copy link
Copy Markdown

netlify Bot commented May 18, 2026

Deploy Preview for viteplus-preview canceled.

Name Link
🔨 Latest commit 7c7340e
🔍 Latest deploy log https://app.netlify.com/projects/viteplus-preview/deploys/6a0ba92708ccb40008ab5cab

taiki-e/checkout-action accepts no inputs (repository, path, ref are
not supported — confirmed by CI failure on previous commit).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: b3909c6721

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/deny.yml Outdated
@Boshen Boshen merged commit ec60d73 into main May 19, 2026
54 checks passed
@Boshen Boshen deleted the ci/use-taiki-checkout-action branch May 19, 2026 01:42
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.

2 participants