Skip to content

feat: govern and benchmark browser resources (#55) #128

feat: govern and benchmark browser resources (#55)

feat: govern and benchmark browser resources (#55) #128

Workflow file for this run

name: CodeQL
on:
pull_request:
push:
branches: [main]
schedule:
- cron: "17 4 * * 3"
workflow_dispatch:
permissions:
contents: read
security-events: write
jobs:
analyze:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v7.0.1
with:
persist-credentials: false
- uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
- uses: github/codeql-action/analyze@v4