Skip to content

chore(deps): bump p-limit from 6.2.0 to 7.3.0 #10

chore(deps): bump p-limit from 6.2.0 to 7.3.0

chore(deps): bump p-limit from 6.2.0 to 7.3.0 #10

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 6 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
# CodeQL requires GitHub Advanced Security (GHAS). Skip on private repos
# until the repo is made public — the workflow stays here for that transition.
if: github.event.repository.private == false
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: javascript-typescript
- uses: github/codeql-action/analyze@v3