Skip to content

Bump rollup from 4.34.4 to 4.59.0 in the npm_and_yarn group across 1 directory #2

Bump rollup from 4.34.4 to 4.59.0 in the npm_and_yarn group across 1 directory

Bump rollup from 4.34.4 to 4.59.0 in the npm_and_yarn group across 1 directory #2

name: Dependency Review
on:
pull_request:
paths:
- 'package*.json'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
dependency-review:
name: Review Dependencies
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Harden Runner
uses: step-security/harden-runner@v2
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@v6
- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
fail-on-severity: high
comment-summary-in-pr: on-failure