Skip to content

Merge branch 'chore/update-opsqlite-11.2.13' of github.com:powersync-… #274

Merge branch 'chore/update-opsqlite-11.2.13' of github.com:powersync-…

Merge branch 'chore/update-opsqlite-11.2.13' of github.com:powersync-… #274

Workflow file for this run

name: Audit
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
audit:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
name: Install pnpm
with:
version: 9
run_install: false
- name: Audit for vulnerabilities
run: npx audit-ci@^7 --config ./audit-ci.jsonc