Skip to content

Bump @types/node from 25.9.3 to 26.0.0 in /tests/testing/mcp #167

Bump @types/node from 25.9.3 to 26.0.0 in /tests/testing/mcp

Bump @types/node from 25.9.3 to 26.0.0 in /tests/testing/mcp #167

name: Dependency Review
on:
pull_request:
branches: [main]
paths:
- "**/go.mod"
- "**/go.sum"
- "**/Cargo.toml"
- "**/Cargo.lock"
- "**/package.json"
- "**/package-lock.json"
- "**/pyproject.toml"
- "**/uv.lock"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
dependency-review:
name: Review Dependencies
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Dependency Review
uses: actions/dependency-review-action@v5
with:
fail-on-severity: high
deny-licenses: GPL-3.0, AGPL-3.0
license-check: true
vulnerability-check: true