Skip to content

ci(security): harden CI/CD supply chain and bump pnpm to 11.1.1 #2

ci(security): harden CI/CD supply chain and bump pnpm to 11.1.1

ci(security): harden CI/CD supply chain and bump pnpm to 11.1.1 #2

name: Dependency Review
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
review:
name: Review dependency changes
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Dependency Review
uses: actions/dependency-review-action@e58c696e52cac8e62d61cc21fda89565d71505d7 # v4.3.1
with:
fail-on-severity: high
comment-summary-in-pr: on-failure