Skip to content

chore: split e2e workflow into PR-focused and weekly full suite #101

chore: split e2e workflow into PR-focused and weekly full suite

chore: split e2e workflow into PR-focused and weekly full suite #101

Workflow file for this run

name: CodeQL
on:
push:
branches: ['main']
pull_request:
branches: ['main']
# Cancel in-progress runs when a new commit is pushed
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
security-events: write
contents: read
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript-typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3