Skip to content

chore(deps): bump actions/checkout from 6 to 7 in the actions group #56

chore(deps): bump actions/checkout from 6 to 7 in the actions group

chore(deps): bump actions/checkout from 6 to 7 in the actions group #56

Workflow file for this run

---
name: Audit
on:
push:
branches: [main]
pull_request:
branches:
- main
permissions:
contents: read
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ./.github/actions/setup
- run: pnpm audit --audit-level=moderate