Skip to content

馃敡 Check types with multiple TypeScript #10620

馃敡 Check types with multiple TypeScript

馃敡 Check types with multiple TypeScript #10620

Workflow file for this run

name: 'CodeQL'
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10