Skip to content

Merge pull request #56 from htmlhint/dependabot/npm_and_yarn/mdast-ut… #120

Merge pull request #56 from htmlhint/dependabot/npm_and_yarn/mdast-ut…

Merge pull request #56 from htmlhint/dependabot/npm_and_yarn/mdast-ut… #120

name: 'CodeQL'
on:
push:
branches:
- main
- '!dependabot/**'
pull_request:
branches:
- main
- '!dependabot/**'
workflow_dispatch:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6
with:
languages: 'javascript'
queries: +security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4.31.6