Skip to content

Bump vue from 2.6.14 to 3.0.0 #333

Bump vue from 2.6.14 to 3.0.0

Bump vue from 2.6.14 to 3.0.0 #333

Workflow file for this run

name: security
on:
pull_request:
branches:
- '*'
push:
branches:
- master
jobs:
detect-secrets:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: detect secrets
uses: trufflesecurity/trufflehog@5280c3877c038b601658903fb98da62192f436d8 # v3.82.8
with:
extra_args: "--exclude_paths .github/exclude-patterns.txt --max_depth=1"