Skip to content

chore(deps-dev): bump @modelcontextprotocol/inspector from 0.8.2 to 0.10.2 #6

chore(deps-dev): bump @modelcontextprotocol/inspector from 0.8.2 to 0.10.2

chore(deps-dev): bump @modelcontextprotocol/inspector from 0.8.2 to 0.10.2 #6

Workflow file for this run

name: "CodeQL Advanced"
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
schedule:
- cron: "35 4 * * 4"
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
permissions:
security-events: write
packages: read
actions: read
contents: read
strategy:
fail-fast: false
matrix:
language:
- actions
- javascript-typescript
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"