Skip to content

chore(deps-dev): bump vite from 6.4.1 to 7.3.1 (#14) #15

chore(deps-dev): bump vite from 6.4.1 to 7.3.1 (#14)

chore(deps-dev): bump vite from 6.4.1 to 7.3.1 (#14) #15

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 6 * * 1' # Weekly on Monday at 6am UTC
jobs:
analyze:
runs-on: ubuntu-latest
permissions:
security-events: write
contents: read
steps:
- uses: actions/checkout@v6
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
with:
languages: javascript-typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4