Skip to content

[api] Add .getTargetSymbol() method #31346

[api] Add .getTargetSymbol() method

[api] Add .getTargetSymbol() method #31346

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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 24
- uses: ./.github/actions/setup-go
- run: npm ci
- uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
with:
languages: go, javascript-typescript
config-file: ./.github/codeql/codeql-configuration.yml
- run: npx hereby build
- uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7