Skip to content

build(deps-dev): bump vitest from 1.5.0 to 4.1.0 in /client #8

build(deps-dev): bump vitest from 1.5.0 to 4.1.0 in /client

build(deps-dev): bump vitest from 1.5.0 to 4.1.0 in /client #8

Workflow file for this run

name: "CodeQL"
on:
push:
branches:
- '*'
paths:
- 'client/**'
pull_request:
branches:
- main
- developer
paths:
- 'client/**'
jobs:
analyze:
name: Analyze code
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
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