Skip to content

feat: add sql-sentinel — SQL cost & performance audit skill #659

feat: add sql-sentinel — SQL cost & performance audit skill

feat: add sql-sentinel — SQL cost & performance audit skill #659

name: Dependency Review
on:
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
fail-on-severity: high
fail-on-scopes: runtime