Skip to content

chore(deps-dev): bump vitest from 4.0.8 to 4.1.11 in /ui #34

chore(deps-dev): bump vitest from 4.0.8 to 4.1.11 in /ui

chore(deps-dev): bump vitest from 4.0.8 to 4.1.11 in /ui #34

Workflow file for this run

name: Snyk Security Scan
on:
push:
pull_request:
jobs:
snyk:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Snyk CLI
run: npm install -g snyk
- name: Run Snyk Code (no fail)
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
run: snyk code test --sarif > snyk-code.sarif || true
- name: Upload SARIF to GitHub Security
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: snyk-code.sarif