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

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Recent Announcements
Recent Announcements
V
Visual Studio Blog
博客园 - 叶小钗
H
Help Net Security
aimingoo的专栏
aimingoo的专栏
宝玉的分享
宝玉的分享
U
Unit 42
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
F
Fortinet All Blogs
V
V2EX
Stack Overflow Blog
Stack Overflow Blog
WordPress大学
WordPress大学
D
DataBreaches.Net
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
A
About on SuperTechFans
酷 壳 – CoolShell
酷 壳 – CoolShell
量子位
C
Check Point Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
小众软件
小众软件
Microsoft Azure Blog
Microsoft Azure Blog
M
MIT News - Artificial intelligence

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
chore(ci): add auth CodeQL PR quality guard · openclaw/op...
vincentkoc · 2026-04-30 · via Recent Commits to openclaw:main

@@ -10,6 +10,7 @@ on:

1010

type: choice

1111

options:

1212

- all

13+

- core-auth-secrets

1314

- channel-runtime-boundary

1415

- gateway-runtime-boundary

1516

- memory-runtime-boundary

@@ -27,6 +28,16 @@ on:

2728

- "packages/plugin-package-contract/**"

2829

- "packages/plugin-sdk/**"

2930

- "packages/memory-host-sdk/**"

31+

- "src/agents/*auth*.ts"

32+

- "src/agents/**/*auth*.ts"

33+

- "src/agents/auth-health*.ts"

34+

- "src/agents/auth-profiles"

35+

- "src/agents/auth-profiles/**"

36+

- "src/agents/bash-tools.exec-host-shared.ts"

37+

- "src/agents/sandbox"

38+

- "src/agents/sandbox/**"

39+

- "src/agents/sandbox.ts"

40+

- "src/agents/sandbox-*.ts"

3041

- "src/channels/**"

3142

- "src/auto-reply/reply/post-compaction-context.ts"

3243

- "src/auto-reply/reply/queue/**"

@@ -36,6 +47,16 @@ on:

3647

- "src/commands/doctor-session-*.ts"

3748

- "src/commands/session-store-targets.ts"

3849

- "src/commands/sessions*.ts"

50+

- "src/cron/service/jobs.ts"

51+

- "src/cron/stagger.ts"

52+

- "src/gateway/*auth*.ts"

53+

- "src/gateway/**/*auth*.ts"

54+

- "src/gateway/*secret*.ts"

55+

- "src/gateway/**/*secret*.ts"

56+

- "src/gateway/protocol/**/*secret*.ts"

57+

- "src/gateway/resolve-configured-secret-input-string*.ts"

58+

- "src/gateway/security-path*.ts"

59+

- "src/gateway/server-methods/secrets*.ts"

3960

- "src/gateway/server-startup-memory.ts"

4061

- "src/gateway/method-scopes.ts"

4162

- "src/gateway/protocol/**"

@@ -45,6 +66,7 @@ on:

4566

- "src/infra/diagnostic-*.ts"

4667

- "src/infra/diagnostics-timeline.ts"

4768

- "src/infra/outbound/**"

69+

- "src/infra/secret-file*.ts"

4870

- "src/infra/session-delivery-queue*.ts"

4971

- "src/logging/diagnostic*.ts"

5072

- "src/memory/**"

@@ -54,6 +76,8 @@ on:

5476

- "src/plugin-sdk/**"

5577

- "src/plugins/**"

5678

- "src/process/**"

79+

- "src/secrets/**"

80+

- "src/security/**"

5781

schedule:

5882

- cron: "30 6 * * *"

5983

@@ -77,6 +101,7 @@ jobs:

77101

timeout-minutes: 5

78102

outputs:

79103

channel: ${{ steps.detect.outputs.channel }}

104+

core_auth_secrets: ${{ steps.detect.outputs.core_auth_secrets }}

80105

gateway: ${{ steps.detect.outputs.gateway }}

81106

memory: ${{ steps.detect.outputs.memory }}

82107

mcp_process: ${{ steps.detect.outputs.mcp_process }}

@@ -97,6 +122,7 @@ jobs:

97122

set -euo pipefail

9812399124

channel=false

125+

core_auth_secrets=false

100126

gateway=false

101127

memory=false

102128

mcp_process=false

@@ -108,6 +134,7 @@ jobs:

108134109135

if [[ "${EVENT_NAME}" != "pull_request" ]]; then

110136

channel=true

137+

core_auth_secrets=true

111138

gateway=true

112139

memory=true

113140

mcp_process=true

@@ -121,6 +148,7 @@ jobs:

121148

case "${file}" in

122149

.github/codeql/*|.github/workflows/codeql-critical-quality.yml)

123150

channel=true

151+

core_auth_secrets=true

124152

gateway=true

125153

memory=true

126154

mcp_process=true

@@ -136,6 +164,13 @@ jobs:

136164

src/channels/*)

137165

channel=true

138166

;;

167+

src/gateway/protocol/*secret*.ts|src/gateway/server-methods/secrets*.ts)

168+

core_auth_secrets=true

169+

gateway=true

170+

;;

171+

src/agents/*auth*.ts|src/agents/auth-health*.ts|src/agents/auth-profiles|src/agents/auth-profiles/*|src/agents/bash-tools.exec-host-shared.ts|src/agents/sandbox|src/agents/sandbox.ts|src/agents/sandbox-*.ts|src/agents/sandbox/*|src/cron/service/jobs.ts|src/cron/stagger.ts|src/gateway/*auth*.ts|src/gateway/*secret*.ts|src/gateway/resolve-configured-secret-input-string*.ts|src/gateway/security-path*.ts|src/infra/secret-file*.ts|src/secrets/*|src/security/*)

172+

core_auth_secrets=true

173+

;;

139174

src/gateway/method-scopes.ts|src/gateway/protocol/*|src/gateway/server-methods/*|src/gateway/server-methods.ts|src/gateway/server-methods-list.ts)

140175

gateway=true

141176

;;

@@ -189,6 +224,7 @@ jobs:

189224190225

{

191226

echo "channel=${channel}"

227+

echo "core_auth_secrets=${core_auth_secrets}"

192228

echo "gateway=${gateway}"

193229

echo "memory=${memory}"

194230

echo "mcp_process=${mcp_process}"

@@ -201,7 +237,8 @@ jobs:

201237202238

core-auth-secrets:

203239

name: Critical Quality (core-auth-secrets)

204-

if: ${{ github.event_name != 'pull_request' && (github.event_name != 'workflow_dispatch' || inputs.profile == 'all') }}

240+

needs: quality-shards

241+

if: ${{ needs.quality-shards.outputs.core_auth_secrets == 'true' && (github.event_name != 'pull_request' || !github.event.pull_request.draft) && (github.event_name == 'pull_request' || github.event_name != 'workflow_dispatch' || inputs.profile == 'all' || inputs.profile == 'core-auth-secrets') }}

205242

runs-on: blacksmith-4vcpu-ubuntu-2404

206243

timeout-minutes: 25

207244

steps: