Skip to content

Supply chain hardening for npm and actions #431

Supply chain hardening for npm and actions

Supply chain hardening for npm and actions #431

name: Dependency Review
on:
pull_request:
branches: ['main', 'next']
permissions:
contents: read
jobs:
dependency-review:
name: Dependency Review
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Dependency Review
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4
with:
config-file: '.github/dependency-review-config.yml'