Skip to content

Harden repository for v1.3.0-beta.1 #7

Harden repository for v1.3.0-beta.1

Harden repository for v1.3.0-beta.1 #7

name: Dependency review
on:
pull_request:
branches: [main]
permissions:
contents: read
concurrency:
group: dependency-review-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
dependency-review:
name: Review dependency changes
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Dependency review
uses: actions/dependency-review-action@v5
with:
fail-on-severity: high
retry-on-snapshot-warnings: true
retry-on-snapshot-warnings-timeout: 180