Skip to content

Port formatDiagnostics and formatDiagnosticsWithColorAndContext #31333

Port formatDiagnostics and formatDiagnosticsWithColorAndContext

Port formatDiagnostics and formatDiagnosticsWithColorAndContext #31333

Workflow file for this run

name: CodeQL
on:
push:
branches: [main, main-ts7, ts7-release, release-*]
pull_request:
branches: [main, main-ts7, ts7-release, release-*]
schedule:
- cron: '30 1 * * 0'
permissions:
contents: read
jobs:
analyze:
if: github.repository == 'microsoft/TypeScript'
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: 24
- uses: ./.github/actions/setup-go
- run: npm ci
- uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
with:
languages: go, javascript-typescript
config-file: ./.github/codeql/codeql-configuration.yml
- run: npx hereby build
- uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2