ci: 迁移到 ci-workflows 浮动 @v1(node24)#3
Conversation
ci-workflows 已经把三个 actions 升到 node24 的 v5 版本并发了 v1.1.0 和浮动大版本 @v1。改成 @v1 之后以后的安全 re-pin 会自动跟上,不用 每次再发 PR 改 tag。 Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThe Maven CI workflow version reference is updated from the pinned ChangesWorkflow Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
把 maven-ci.yml 里调用 ci-workflows 的引用从 @v1.0.0 改成浮动的大版本 @v1。
ci-workflows 那边已经把 checkout / setup-java / cache 三个 action 升到 node24 的 v5 线,并发了 v1.1.0 + 浮动 @v1。GitHub 6 月 16 号要把 runner 默认切到 node24,老的 @v1.0.0 还卡在 node20,会一直冒 deprecation 警告。
改成 @v1 之后,以后这些 action 再做安全升级,只要 ci-workflows 移动 @v1 就自动跟上了,不用每个模块再单独发 PR 改 tag。
needs-nms / mc-version / secrets 都没动,等 verify-nms 绿了就能合。
Summary by CodeRabbit