Skip to content

feat: P1 bugfixes, security hardening, and plan system improvements #29

feat: P1 bugfixes, security hardening, and plan system improvements

feat: P1 bugfixes, security hardening, and plan system improvements #29

Workflow file for this run

name: CodeQL
on:
pull_request:
push:
branches:
- main
schedule:
- cron: '0 6 * * 1'
jobs:
analyze:
name: Analyze TypeScript
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4