Skip to content

CodeQL

CodeQL #1529

Workflow file for this run

name: CodeQL
on:
workflow_dispatch:
schedule:
- cron: '11 20 * * *'
pull_request:
branches:
- main
push:
branches:
- main
jobs:
codeql:
name: CodeQL scan
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repo
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Initialize CodeQL
uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8
with:
languages: TypeScript
source-root: src
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v4.37.8