Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 5 updates #50

chore(deps): bump the minor-and-patch group across 1 directory with 5 updates

chore(deps): bump the minor-and-patch group across 1 directory with 5 updates #50

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
paths:
- "src/**"
- "test/**"
- "package.json"
- "pnpm-lock.yaml"
- "tsconfig.json"
- ".github/workflows/codeql.yml"
schedule:
# Weekly Monday 04:11 UTC — staggered off the hour to dodge runner congestion.
- cron: "11 4 * * 1"
permissions:
contents: read
concurrency:
group: codeql-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
timeout-minutes: 20
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [javascript-typescript]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
queries: security-extended,security-and-quality
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"