Skip to content

chore(deps): bump fastmcp from 3.3.1 to 3.4.0 in /netops-mcp-server #142

chore(deps): bump fastmcp from 3.3.1 to 3.4.0 in /netops-mcp-server

chore(deps): bump fastmcp from 3.3.1 to 3.4.0 in /netops-mcp-server #142

Workflow file for this run

# CodeQL: security-extended + security-and-quality
# Permissions: contents read, security-events write (upload SARIF)
name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 6 * * 1"
concurrency:
group: codeql-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
permissions:
contents: read
security-events: write
actions: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
# First-party code is Python. Grafana `plugins/` JS is vendored/bundled — excluded from analysis.
matrix:
language: [python]
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
with:
languages: ${{ matrix.language }}
queries: security-extended,security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4.36.0
with:
category: "/language:${{ matrix.language }}"