Skip to content

chore(deps-dev): bump @vitejs/plugin-react from 5.1.4 to 6.0.1 in /frontend #539

chore(deps-dev): bump @vitejs/plugin-react from 5.1.4 to 6.0.1 in /frontend

chore(deps-dev): bump @vitejs/plugin-react from 5.1.4 to 6.0.1 in /frontend #539

Workflow file for this run

name: Security
on:
pull_request:
merge_group:
push:
branches: [main]
env:
CARGO_TERM_COLOR: always
permissions: {}
jobs:
supply-chain:
name: Run `cargo-audit`
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
contents: read
defaults:
run:
working-directory: backend
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Install cargo-audit
uses: taiki-e/install-action@1329c298aa20c3257846c9b2e0e55967df3e3c37 # v2.75.25
with:
tool: cargo-audit
- name: Check for audit warnings
run: cargo audit -D warnings
continue-on-error: true
- name: Check for vulnerabilities
run: cargo audit