Skip to content

refactor: Document TrieBlob format (#8256) #18705

refactor: Document TrieBlob format (#8256)

refactor: Document TrieBlob format (#8256) #18705

name: 'CodeQL'
on:
push:
branches:
- main
pull_request:
branches:
- main
- cspell6
schedule:
- cron: '0 23 * * 0'
permissions:
contents: read
jobs:
analyze:
permissions:
actions: read # for github/codeql-action/init to get workflow details
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/analyze to upload SARIF results
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
# Make sure it goes back far enough to find where the branch split from main
fetch-depth: 20
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: 'javascript'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
# cspell:ignore SARIF