惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园_首页
大猫的无限游戏
大猫的无限游戏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
量子位
H
Hackread – Cybersecurity News, Data Breaches, AI and More
T
Tailwind CSS Blog
Stack Overflow Blog
Stack Overflow Blog
N
Netflix TechBlog - Medium
T
The Blog of Author Tim Ferriss
U
Unit 42
aimingoo的专栏
aimingoo的专栏
博客园 - 叶小钗
博客园 - 【当耐特】
云风的 BLOG
云风的 BLOG
博客园 - Franky
博客园 - 聂微东

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
fix(ci): harden workflow checkouts · openclaw/openclaw@5a...
vincentkoc · 2026-04-28 · via Recent Commits to openclaw:main

@@ -72,7 +72,7 @@ jobs:

7272

contents: read

7373

outputs:

7474

ref: ${{ steps.inputs.outputs.ref }}

75-

sha: ${{ steps.ref.outputs.sha }}

75+

revision: ${{ steps.ref.outputs.sha }}

7676

provider: ${{ steps.inputs.outputs.provider }}

7777

mode: ${{ steps.inputs.outputs.mode }}

7878

release_profile: ${{ steps.inputs.outputs.release_profile }}

@@ -106,6 +106,7 @@ jobs:

106106

- name: Checkout trusted workflow helper

107107

uses: actions/checkout@v6

108108

with:

109+

persist-credentials: false

109110

ref: ${{ github.ref_name }}

110111

path: workflow

111112

fetch-depth: 1

@@ -126,6 +127,7 @@ jobs:

126127

if: steps.fast_ref.outputs.fallback == 'true'

127128

uses: actions/checkout@v6

128129

with:

130+

persist-credentials: false

129131

ref: ${{ inputs.ref }}

130132

path: source

131133

fetch-depth: 0

@@ -240,6 +242,7 @@ jobs:

240242

- name: Checkout trusted workflow ref

241243

uses: actions/checkout@v6

242244

with:

245+

persist-credentials: false

243246

ref: ${{ github.ref_name }}

244247

fetch-depth: 0

245248

@@ -259,7 +262,7 @@ jobs:

259262

id: package

260263

shell: bash

261264

env:

262-

PACKAGE_REF: ${{ needs.resolve_target.outputs.sha }}

265+

PACKAGE_REF: ${{ needs.resolve_target.outputs.revision }}

263266

run: |

264267

set -euo pipefail

265268

node scripts/resolve-openclaw-package-candidate.mjs \

@@ -298,7 +301,7 @@ jobs:

298301

contents: read

299302

uses: ./.github/workflows/install-smoke.yml

300303

with:

301-

ref: ${{ needs.resolve_target.outputs.sha }}

304+

ref: ${{ needs.resolve_target.outputs.revision }}

302305

run_bun_global_install_smoke: true

303306304307

cross_os_release_checks:

@@ -333,7 +336,7 @@ jobs:

333336

pull-requests: read

334337

uses: ./.github/workflows/openclaw-live-and-e2e-checks-reusable.yml

335338

with:

336-

ref: ${{ needs.resolve_target.outputs.sha }}

339+

ref: ${{ needs.resolve_target.outputs.revision }}

337340

include_repo_e2e: true

338341

include_release_path_suites: true

339342

include_openwebui: ${{ needs.resolve_target.outputs.release_profile != 'minimum' }}

@@ -488,7 +491,8 @@ jobs:

488491

- name: Checkout selected ref

489492

uses: actions/checkout@v6

490493

with:

491-

ref: ${{ needs.resolve_target.outputs.sha }}

494+

persist-credentials: false

495+

ref: ${{ needs.resolve_target.outputs.revision }}

492496

fetch-depth: 1

493497494498

- name: Setup Node environment

@@ -535,7 +539,7 @@ jobs:

535539

if: always()

536540

uses: actions/upload-artifact@v4

537541

with:

538-

name: release-qa-parity-${{ matrix.lane }}-${{ needs.resolve_target.outputs.sha }}

542+

name: release-qa-parity-${{ matrix.lane }}-${{ needs.resolve_target.outputs.revision }}

539543

path: .artifacts/qa-e2e/

540544

retention-days: 14

541545

if-no-files-found: warn

@@ -556,7 +560,8 @@ jobs:

556560

- name: Checkout selected ref

557561

uses: actions/checkout@v6

558562

with:

559-

ref: ${{ needs.resolve_target.outputs.sha }}

563+

persist-credentials: false

564+

ref: ${{ needs.resolve_target.outputs.revision }}

560565

fetch-depth: 1

561566562567

- name: Setup Node environment

@@ -569,7 +574,7 @@ jobs:

569574

- name: Download parity lane artifacts

570575

uses: actions/download-artifact@v4

571576

with:

572-

pattern: release-qa-parity-*-${{ needs.resolve_target.outputs.sha }}

577+

pattern: release-qa-parity-*-${{ needs.resolve_target.outputs.revision }}

573578

path: .artifacts/qa-e2e/

574579

merge-multiple: true

575580

@@ -590,7 +595,7 @@ jobs:

590595

if: always()

591596

uses: actions/upload-artifact@v4

592597

with:

593-

name: release-qa-parity-${{ needs.resolve_target.outputs.sha }}

598+

name: release-qa-parity-${{ needs.resolve_target.outputs.revision }}

594599

path: .artifacts/qa-e2e/

595600

retention-days: 14

596601

if-no-files-found: warn

@@ -612,7 +617,8 @@ jobs:

612617

- name: Checkout selected ref

613618

uses: actions/checkout@v6

614619

with:

615-

ref: ${{ needs.resolve_target.outputs.sha }}

620+

persist-credentials: false

621+

ref: ${{ needs.resolve_target.outputs.revision }}

616622

fetch-depth: 1

617623618624

- name: Setup Node environment

@@ -669,7 +675,7 @@ jobs:

669675

if: always()

670676

uses: actions/upload-artifact@v4

671677

with:

672-

name: release-qa-live-matrix-${{ needs.resolve_target.outputs.sha }}

678+

name: release-qa-live-matrix-${{ needs.resolve_target.outputs.revision }}

673679

path: .artifacts/qa-e2e/

674680

retention-days: 14

675681

if-no-files-found: warn

@@ -691,7 +697,8 @@ jobs:

691697

- name: Checkout selected ref

692698

uses: actions/checkout@v6

693699

with:

694-

ref: ${{ needs.resolve_target.outputs.sha }}

700+

persist-credentials: false

701+

ref: ${{ needs.resolve_target.outputs.revision }}

695702

fetch-depth: 1

696703697704

- name: Setup Node environment

@@ -754,7 +761,7 @@ jobs:

754761

if: always()

755762

uses: actions/upload-artifact@v4

756763

with:

757-

name: release-qa-live-telegram-${{ needs.resolve_target.outputs.sha }}

764+

name: release-qa-live-telegram-${{ needs.resolve_target.outputs.revision }}

758765

path: .artifacts/qa-e2e/

759766

retention-days: 14

760767

if-no-files-found: warn