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/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
ref: main
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-native-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1

- name: Setup Node.js
uses: actions/setup-node@v7.0.0
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
name: Lint
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1

- name: Setup Node.js
uses: actions/setup-node@v7.0.0
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
outputs:
native_changed: ${{ steps.check.outputs.native_changed }}
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Native host build (${{ matrix.os }})
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1

- name: Setup Node.js
uses: actions/setup-node@v7.0.0
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
name: Test Node ${{ matrix.node-version }} (${{ matrix.os }})

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1

- name: Setup Node.js
uses: actions/setup-node@v7.0.0
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
runs-on: ubuntu-latest
name: TypeScript type check
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1

- name: Setup Node.js
uses: actions/setup-node@v7.0.0
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
runs-on: ubuntu-latest
name: Security audit
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1

- name: Audit production dependencies
# --package-lock-only reads the lock file directly — no npm install needed.
Expand All @@ -261,7 +261,7 @@ jobs:
runs-on: ubuntu-latest
name: Verify dynamic imports
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1

- name: Setup Node.js
uses: actions/setup-node@v7.0.0
Expand All @@ -277,7 +277,7 @@ jobs:
runs-on: ubuntu-latest
name: Grammar version parity
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1

- name: Setup Node.js
uses: actions/setup-node@v7.0.0
Expand All @@ -302,7 +302,7 @@ jobs:
name: Engine parity (${{ matrix.os }})

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1

- name: Setup Node.js
uses: actions/setup-node@v7.0.0
Expand Down Expand Up @@ -394,7 +394,7 @@ jobs:
name: Rust compile check

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1

- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -440,7 +440,7 @@ jobs:
CODEGRAPH_FAST_SKIP_DIAG: "1"

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
outputs:
trivial: ${{ steps.check.outputs.trivial }}
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
exit 1

- name: Checkout repository
uses: actions/checkout@v7
uses: actions/checkout@v7.0.1
with:
fetch-depth: 1

Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
exit 1

- name: Checkout repository
uses: actions/checkout@v7
uses: actions/checkout@v7.0.1
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codegraph-impact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
impact:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
- uses: actions/setup-node@v7.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Validate commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/embedding-regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
timeout-minutes: 15

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1

- name: Setup Node.js
uses: actions/setup-node@v7.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/perf-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
CODEGRAPH_FAST_SKIP_DIAG: "1"

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1

- uses: actions/setup-node@v7.0.0
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# Only the scheduled path below actually reads repo history (git rev-list);
# release/workflow_dispatch exit immediately with should_run=true and never
# touch the checkout, so skip the full-depth clone for those triggers.
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1
if: github.event_name == 'schedule'
with:
fetch-depth: 0
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1
- uses: actions/setup-node@v7.0.0
with:
node-version: "22"
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
version: ${{ steps.compute.outputs.version }}
npm_tag: ${{ steps.compute.outputs.npm_tag }}
steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
CODEGRAPH_FAST_SKIP_DIAG: "1"

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

Expand Down Expand Up @@ -373,7 +373,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1

- uses: actions/setup-node@v7.0.0
with:
Expand Down Expand Up @@ -548,7 +548,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v7
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shield-license-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
uses: actions/checkout@v7.0.1

- name: Setup Node.js
uses: actions/setup-node@v7.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-recall-floors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# with contents:write + pull-requests:write and passes its write-scoped
# token straight into the checkout step — an upstream tag compromise
# would otherwise run unreviewed code with that authority.
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
Loading