Skip to content

chore(deps): bump @types/node from 25.9.3 to 25.9.5 in /worker (#39) #81

chore(deps): bump @types/node from 25.9.3 to 25.9.5 in /worker (#39)

chore(deps): bump @types/node from 25.9.3 to 25.9.5 in /worker (#39) #81

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
# Weekly scan catches newly-disclosed patterns in unchanged code.
- cron: "27 4 * * 1"
concurrency:
group: codeql-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze (javascript-typescript)
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write # upload results to the Security tab
steps:
- uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
queries: security-and-quality
# No build step: CodeQL extracts JS/TS directly from source.
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:javascript-typescript"