Skip to content

Merge pull request #111 from authdog/dependabot/bun/typedoc-0.28.20 #147

Merge pull request #111 from authdog/dependabot/bun/typedoc-0.28.20

Merge pull request #111 from authdog/dependabot/bun/typedoc-0.28.20 #147

Workflow file for this run

name: CodeQL Analysis
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 6 * * 1"
workflow_dispatch:
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v4