Skip to content
This repository was archived by the owner on Jun 8, 2026. It is now read-only.

chore(deps-dev): bump @vitest/coverage-v8 from 4.1.7 to 4.1.8 #102

chore(deps-dev): bump @vitest/coverage-v8 from 4.1.7 to 4.1.8

chore(deps-dev): bump @vitest/coverage-v8 from 4.1.7 to 4.1.8 #102

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 6 * * 1'
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ['javascript-typescript']
steps:
- uses: actions/checkout@v6
- uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
queries: security-extended,security-and-quality
- uses: github/codeql-action/analyze@v4
with:
category: '/language:${{ matrix.language }}'