Skip to content

CodeQL

CodeQL #673

## TODO: When changing the repository's visibility to 'public',
## remove CodeQL comments and ensure that the CI/CD pipeline functions correctly
##
name: CodeQL
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: '31 7 * * 3'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
checks: write
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- TypeScript
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
## - name: Initialize CodeQL
## id: initialize
## uses: github/codeql-action/init@v2
## with:
## languages: ${{ matrix.language }}
## source-root: src
##
## - name: Autobuild
## id: autobuild
## uses: github/codeql-action/autobuild@v2
##
## - name: Perform CodeQL Analysis
## id: analyze
## uses: github/codeql-action/analyze@v2
##