Skip to content

build(deps): bump the github-actions group with 2 updates #100

build(deps): bump the github-actions group with 2 updates

build(deps): bump the github-actions group with 2 updates #100

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
paths:
- ".github/workflows/codeql.yml"
- "scripts/**"
pull_request:
paths:
- ".github/workflows/codeql.yml"
- "scripts/**"
schedule:
- cron: "22 9 * * 1"
workflow_dispatch:
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze JavaScript
runs-on: ubuntu-24.04
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4