[CI] code-review全失败 - actions/checkout不被act runner支持 #910

Closed
opened 2026-07-26 08:32:11 +08:00 by xiaoxia · 0 comments
Owner

问题描述

code-review workflow 100%失败,AI代码评审完全失效。

铁证

CI Run #11462 Job #60309 日志:

docker-runner-10(version:v0.2.13) received task 50143 of job code-review
🚧  Skipping unsupported platform -- Try running with `-P ubuntu-latest=...`
Early termination

链接:https://git.xiaoxiajianji.com/xiaoxia/xiaoxia-saas/actions/runs/11462/jobs/60309

影响

  • 最近6/6次全部失败,成功率0%
  • AI代码评审完全失效
  • PR缺少自动代码审查

根因

与ci-trigger-monitor完全相同的根因:uses: actions/checkout@v3不被act runner支持。

配置文件:.gitea/workflows/code-review.yml 第23行

修复方向

uses: actions/checkout@v3替换为与ci-pipeline相同的shell脚本checkout方式(curl + tar解压)。
可与#ci-trigger-monitor修复一起做,同一个方案复用。

## 问题描述 code-review workflow 100%失败,AI代码评审完全失效。 ## 铁证 CI Run #11462 Job #60309 日志: ``` docker-runner-10(version:v0.2.13) received task 50143 of job code-review 🚧 Skipping unsupported platform -- Try running with `-P ubuntu-latest=...` Early termination ``` 链接:https://git.xiaoxiajianji.com/xiaoxia/xiaoxia-saas/actions/runs/11462/jobs/60309 ## 影响 - 最近6/6次全部失败,成功率0% - AI代码评审完全失效 - PR缺少自动代码审查 ## 根因 与ci-trigger-monitor完全相同的根因:`uses: actions/checkout@v3`不被act runner支持。 配置文件:`.gitea/workflows/code-review.yml` 第23行 ## 修复方向 将`uses: actions/checkout@v3`替换为与ci-pipeline相同的shell脚本checkout方式(curl + tar解压)。 可与#ci-trigger-monitor修复一起做,同一个方案复用。
xiaoxia self-assigned this 2026-07-26 08:52:11 +08:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: xiaoxia/xiaoxia-saas#910