Skip to content

chore: remove unrelated content (bundles/spring-library, mcp-wrapper,… #25

chore: remove unrelated content (bundles/spring-library, mcp-wrapper,…

chore: remove unrelated content (bundles/spring-library, mcp-wrapper,… #25

Workflow file for this run

name: CodeQL
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '0 5 * * 1'
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ['javascript-typescript']
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/analyze@v3