Skip to content

build(deps): bump typedoc-plugin-mdn-links from 3.1.22 to 3.1.23 in /website #3461

build(deps): bump typedoc-plugin-mdn-links from 3.1.22 to 3.1.23 in /website

build(deps): bump typedoc-plugin-mdn-links from 3.1.22 to 3.1.23 in /website #3461

Workflow file for this run

name: 'CodeQL'
on:
push:
branches:
- main
- '!dependabot/**'
pull_request:
# The branches below must be a subset of the branches above
branches:
- main
- '!dependabot/**'
schedule:
- cron: '0 0 * * 0'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: 'javascript'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3