Skip to content

build(deps): bump @astrojs/mdx from 5.0.6 to 6.0.1 in /website #6072

build(deps): bump @astrojs/mdx from 5.0.6 to 6.0.1 in /website

build(deps): bump @astrojs/mdx from 5.0.6 to 6.0.1 in /website #6072

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'
permissions:
contents: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
with:
languages: 'javascript'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4