Skip to content

feat(teams): Graph-based ingestion (no @mention required) #498

feat(teams): Graph-based ingestion (no @mention required)

feat(teams): Graph-based ingestion (no @mention required) #498

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 7 * * 1"
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [python, javascript-typescript]
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql/config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{ matrix.language }}"
# Issue #48 — Code Scanning is now enabled on this repo, so the
# SARIF upload (default) succeeds and findings surface in the
# GitHub Security tab. The previous `upload: never` workaround
# is removed; analysis crashes still fail the job (unchanged).