Skip to content

feat: mcp oauth 2.1 flow for HTTP/SSE servers #1562

feat: mcp oauth 2.1 flow for HTTP/SSE servers

feat: mcp oauth 2.1 flow for HTTP/SSE servers #1562

Workflow file for this run

name: CodeQL
on:
push:
branches: [main, develop, dev]
pull_request:
branches: [main, develop, dev]
schedule:
- cron: "24 3 * * 1"
workflow_dispatch:
permissions:
contents: read
security-events: write
actions: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-22.04
timeout-minutes: 30
strategy:
fail-fast: false
matrix:
include:
- language: javascript-typescript
build-mode: none
- language: rust
build-mode: none
- language: actions
build-mode: none
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@5e316336eb4f107009e477d4bfbfff13d7250fae # v4
with:
languages: ${{ matrix.language }}
queries: security-extended
build-mode: ${{ matrix.build-mode }}
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@5e316336eb4f107009e477d4bfbfff13d7250fae # v4