Skip to content

chore: bump fast-uri from 3.1.3 to 3.1.7 #808

chore: bump fast-uri from 3.1.3 to 3.1.7

chore: bump fast-uri from 3.1.3 to 3.1.7 #808

name: Format and Lint
on:
push:
branches:
- main
- master
pull_request:
permissions:
contents: read
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
with:
fetch-depth: 0
persist-credentials: false
- name: Set up Node
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
with:
node-version-file: package.json
cache: npm
- name: Install project dependencies
run: npm ci
- name: Run repository checks
run: npm run check
- name: Secret scan
uses: trufflesecurity/trufflehog@00155c9dc586f34d189adc83d3ac2698c2ec551f # v3.95.8
with:
path: ./
extra_args: --only-verified