Skip to content

chore: harden public repository security #32

chore: harden public repository security

chore: harden public repository security #32

Workflow file for this run

name: CodeQL
on:
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: "24 7 * * 1"
workflow_dispatch:
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze JavaScript and TypeScript
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4