Skip to content

build(deps): bump bumpalo from 3.19.1 to 3.20.2 #414

build(deps): bump bumpalo from 3.19.1 to 3.20.2

build(deps): bump bumpalo from 3.19.1 to 3.20.2 #414

name: Dependency Review
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches:
- main
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
base-ref: ${{ github.event.pull_request.base.sha || github.event.before }}
head-ref: ${{ github.event.pull_request.head.sha || github.sha }}
if: ${{ github.event_name == 'pull_request' || github.event.before != '0000000000000000000000000000000000000000' }}