Skip to content

Build(deps-dev): Bump jsdom from 25.0.1 to 30.0.0 #6

Build(deps-dev): Bump jsdom from 25.0.1 to 30.0.0

Build(deps-dev): Bump jsdom from 25.0.1 to 30.0.0 #6

Workflow file for this run

name: CodeQL
# Static security analysis of the TS/React source (XSS, injection, unsafe DOM,
# taint flows). Runs on every push/PR to main and weekly so newly-added query
# rules catch old code too. Results land in the repo's Security → Code scanning tab.
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "0 6 * * 1" # Mondays 06:00 UTC
permissions:
contents: read
security-events: write # upload scan results
jobs:
analyze:
name: Analyze (javascript-typescript)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: github/codeql-action/init@v3
with:
languages: javascript-typescript
queries: security-extended
- uses: github/codeql-action/analyze@v3
with:
category: "/language:javascript-typescript"