Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
uses: actions/checkout@v7.0.1

- name: Initialize CodeQL
uses: github/codeql-action/init@v4.37.4
uses: github/codeql-action/init@v4.37.6
with:
languages: ${{ matrix.language }}
build-mode: none

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.37.4
uses: github/codeql-action/analyze@v4.37.6
with:
category: "/language:${{ matrix.language }}"
2 changes: 1 addition & 1 deletion .github/workflows/docs-code-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: npm test

- name: Validate Worker bundle
run: npx wrangler@4.118.0 deploy --dry-run --config wrangler.toml
run: npx wrangler@4.119.0 deploy --dry-run --config wrangler.toml

- name: Build shell artifact
run: npm run docs:build:r2:shell
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ jobs:
run: npm ci

- name: Validate Worker bundle
run: npx wrangler@4.118.0 deploy --dry-run --config wrangler.toml
run: npx wrangler@4.119.0 deploy --dry-run --config wrangler.toml

- name: Deploy to Cloudflare
if: github.event_name == 'workflow_dispatch' && inputs.deploy_worker == true
env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: |
npx wrangler@4.118.0 deploy --config wrangler.toml \
npx wrangler@4.119.0 deploy --config wrangler.toml \
--tag "${GITHUB_SHA::12}" \
--message "openclaw/docs ${GITHUB_SHA}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r2-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ jobs:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: |
npx wrangler@4.118.0 deploy --config wrangler.toml \
npx wrangler@4.119.0 deploy --config wrangler.toml \
--tag "${GITHUB_SHA::12}" \
--message "openclaw/docs ${GITHUB_SHA}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate-locale-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:

- name: Install Codex CLI
if: steps.stale.outputs.skip != 'true'
run: npm install -g @openai/codex@0.146.0
run: npm install -g @openai/codex@0.146.1

- name: Prune stale locale pages
if: steps.stale.outputs.skip != 'true'
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"docs:smoke:shell": "DOCS_SITE_ARTIFACT_MODE=shell node scripts/docs-site/smoke.mjs",
"docs:visual": "node scripts/docs-site/visual-smoke.mjs",
"docs:check": "npm run docs:build && npm run docs:smoke && npm run docs:visual && node --check scripts/docs-site/llms-full.mjs",
"skills:install": "npx --yes skills@1.5.21 add openclaw/carapace --skill openclaw-design openclaw-brand openclaw-carapace openclaw-design-system openclaw-marketing-pages openclaw-design-audit --agent codex --copy --yes",
"skills:install": "npx --yes skills@1.5.22 add openclaw/carapace --skill openclaw-design openclaw-brand openclaw-carapace openclaw-design-system openclaw-marketing-pages openclaw-design-audit --agent codex --copy --yes",
"test": "node --test scripts/docs-site/*.test.mjs"
},
"devDependencies": {
Expand All @@ -26,7 +26,7 @@
"lucide": "1.28.0",
"markdown-it": "15.0.0",
"markdown-it-anchor": "9.2.1",
"mermaid": "11.16.0",
"mermaid": "11.16.1",
"pagefind": "1.5.2",
"playwright": "^1.62.1",
"yaml": "2.9.0"
Expand Down