Skip to content

Bump vitest from 3.2.4 to 4.0.1 in the testing-tools group #3026

Bump vitest from 3.2.4 to 4.0.1 in the testing-tools group

Bump vitest from 3.2.4 to 4.0.1 in the testing-tools group #3026

Workflow file for this run

name: Security
on:
pull_request:
branches: [main]
push:
branches: [main]
schedule:
- cron: '0 8 * * *'
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout Repository
uses: actions/checkout@v5
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript
- name: Analyze CodeQL
uses: github/codeql-action/analyze@v4