Skip to content

chore: bump GH Actions to Node 24-compatible releases (Sep 2026 deadl… #5

chore: bump GH Actions to Node 24-compatible releases (Sep 2026 deadl…

chore: bump GH Actions to Node 24-compatible releases (Sep 2026 deadl… #5

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
schedule:
- cron: "0 6 * * 1"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze (javascript)
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@458d36d7d4f47d0dd16ca424c1d3cda0060f1360 # v3.35.5
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@458d36d7d4f47d0dd16ca424c1d3cda0060f1360 # v3.35.5