Skip to content

CodeQL

CodeQL #172

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
with:
languages: TypeScript
source-root: src
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0