Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

chore: sync from estate catalog #2

chore: sync from estate catalog

chore: sync from estate catalog #2

jobs:
dependency-review:
if: github.event_name == 'pull_request'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Dependency Review
uses: actions/dependency-review-action@v4
with:
comment-summary-in-pr: never
license-check: false
show-openssf-scorecard: false
warn-only: true
name: Dependency Review
"on":
pull_request:
branches:
- main
- master
types:
- opened
- edited
- synchronize
- reopened
push:
branches:
- main
- master
permissions:
contents: write
id-token: write
pull-requests: write
security-events: write