Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

refactor: drop fastify to std lib http server #15

refactor: drop fastify to std lib http server

refactor: drop fastify to std lib http server #15

name: CodeQL
on:
pull_request:
push:
branches: [main]
schedule:
- cron: '31 7 * * 3'
permissions:
actions: read
checks: write
contents: read
security-events: write
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
config-file: .github/codeql/codeql-config.yml
languages: typescript
source-root: src
- uses: github/codeql-action/autobuild@v3
- uses: github/codeql-action/analyze@v3