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

推荐订阅源

WordPress大学
WordPress大学
博客园 - 司徒正美
小众软件
小众软件
H
Help Net Security
博客园 - 聂微东
宝玉的分享
宝玉的分享
Jina AI
Jina AI
酷 壳 – CoolShell
酷 壳 – CoolShell
阮一峰的网络日志
阮一峰的网络日志
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
U
Unit 42
大猫的无限游戏
大猫的无限游戏
Apple Machine Learning Research
Apple Machine Learning Research
S
SegmentFault 最新的问题
腾讯CDC
MongoDB | Blog
MongoDB | Blog
云风的 BLOG
云风的 BLOG
J
Java Code Geeks
I
InfoQ
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Martin Fowler
Martin Fowler
博客园 - 三生石上(FineUI控件)
Vercel News
Vercel News

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 test: merge chat context notice checks · openclaw/openclaw@5c2f4af 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
CI: add daily schedule to CodeQL workflow (#67645) · open...
2026-04-16 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -2,6 +2,8 @@ name: CodeQL

22
33

on:

44

workflow_dispatch:

5+

schedule:

6+

- cron: "0 6 * * *"

57
68

concurrency:

79

group: codeql-${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}

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

7072

config_file: ""

7173

steps:

7274

- name: Checkout

73-

uses: actions/checkout@v6

75+

uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

7476

with:

7577

submodules: false

7678

@@ -83,13 +85,13 @@ jobs:

8385
8486

- name: Setup Python

8587

if: matrix.needs_python

86-

uses: actions/setup-python@v6

88+

uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6

8789

with:

8890

python-version: "3.12"

8991
9092

- name: Setup Java

9193

if: matrix.needs_java

92-

uses: actions/setup-java@v5

94+

uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5

9395

with:

9496

distribution: temurin

9597

java-version: "21"

@@ -103,15 +105,15 @@ jobs:

103105

swift --version

104106
105107

- name: Initialize CodeQL

106-

uses: github/codeql-action/init@v4

108+

uses: github/codeql-action/init@b25d0ebf40e5b63ee81e1bd6e5d2a12b7c2aeb61 # v4

107109

with:

108110

languages: ${{ matrix.language }}

109111

queries: security-and-quality

110112

config-file: ${{ matrix.config_file || '' }}

111113
112114

- name: Autobuild

113115

if: matrix.needs_autobuild

114-

uses: github/codeql-action/autobuild@v4

116+

uses: github/codeql-action/autobuild@b25d0ebf40e5b63ee81e1bd6e5d2a12b7c2aeb61 # v4

115117
116118

- name: Build Android for CodeQL

117119

if: matrix.language == 'java-kotlin'

@@ -132,6 +134,6 @@ jobs:

132134

CODE_SIGNING_ALLOWED=NO

133135
134136

- name: Analyze

135-

uses: github/codeql-action/analyze@v4

137+

uses: github/codeql-action/analyze@b25d0ebf40e5b63ee81e1bd6e5d2a12b7c2aeb61 # v4

136138

with:

137139

category: "/language:${{ matrix.language }}"