Skip to content
Closed
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
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
- javascript-typescript
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2

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

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
uses: github/codeql-action/analyze@v4.36.0
with:
category: "/language:${{ matrix.language }}"
2 changes: 1 addition & 1 deletion .github/workflows/crabbox-hydrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: [self-hosted, crabbox, openclaw, docs, "${{ inputs.crabbox_runner_label }}"]
timeout-minutes: 120
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v6.0.2
with:
ref: ${{ inputs.ref || github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-code-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2

- name: Set up Node
uses: actions/setup-node@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/llms-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
url: https://docs.openclaw.ai/llms-full.txt
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2

- name: Check current docs main
id: current-main
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Check out OpenClaw source
if: steps.current-main.outputs.stale != 'true' && steps.live-route.outputs.available != 'false'
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
repository: ${{ steps.source-meta.outputs.repository }}
ref: ${{ steps.source-meta.outputs.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
url: https://docs.openclaw.ai
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2

- name: Set up Node
uses: actions/setup-node@v6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/r2-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
url: https://docs.openclaw.ai
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2

- name: Classify artifact scope
id: artifact-scope
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:

- name: Check out OpenClaw source
if: steps.artifact-scope.outputs.scope == 'full'
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
repository: ${{ steps.source-meta.outputs.repository }}
ref: ${{ steps.source-meta.outputs.sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/translate-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
source_sha: ${{ steps.prepare.outputs.source_sha }}
steps:
- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

Expand Down Expand Up @@ -298,7 +298,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out latest main
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/translate-locale-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cancel-in-progress: false
steps:
- name: Checkout publish repo
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
ref: ${{ inputs.publish_ref }}
fetch-depth: 0
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Checkout source repo
if: steps.stale.outputs.skip != 'true'
uses: actions/checkout@v6
uses: actions/checkout@v6.0.2
with:
repository: ${{ steps.meta.outputs.repository }}
ref: ${{ steps.meta.outputs.sha }}
Expand Down