Skip to content

fix(review): harden session adoption flows and worker follow-up relia… #338

fix(review): harden session adoption flows and worker follow-up relia…

fix(review): harden session adoption flows and worker follow-up relia… #338

Workflow file for this run

name: Dependency Scan
on:
push:
pull_request:
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9.15.0
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run high/critical audit
run: node scripts/audit-with-exceptions.mjs