Skip to content

ci: add check-canon workflow + scripts/check-product-canon.py to lock… #28

ci: add check-canon workflow + scripts/check-product-canon.py to lock…

ci: add check-canon workflow + scripts/check-product-canon.py to lock… #28

Workflow file for this run

name: CodeQL
on:
push:
branches: [master, main, develop]
pull_request:
branches: [master, main, develop]
schedule:
- cron: "30 5 * * 1"
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze (JavaScript)
runs-on: ubuntu-latest
steps:
- 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
with:
category: "/language:javascript-typescript"