Skip to content

DOCS: simplify and align SECURITY policy with current project scope #22

DOCS: simplify and align SECURITY policy with current project scope

DOCS: simplify and align SECURITY policy with current project scope #22

Workflow file for this run

name: CodeQL Security Scan
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
schedule:
- cron: "50 23 * * 0"
permissions:
security-events: write
contents: read
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4