Skip to content

build(deps-dev): bump vite from 4.1.1 to 4.5.3 in the npm_and_yarn group #13

build(deps-dev): bump vite from 4.1.1 to 4.5.3 in the npm_and_yarn group

build(deps-dev): bump vite from 4.1.1 to 4.5.3 in the npm_and_yarn group #13

Workflow file for this run

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