Skip to content

build(deps-dev): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group across 1 directory #195

build(deps-dev): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group across 1 directory

build(deps-dev): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group across 1 directory #195

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
timeout-minutes: 15
permissions:
security-events: write
actions: read
contents: read
strategy:
fail-fast: false
matrix:
language:
- javascript-typescript
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"