Skip to content

chore: release harbor chart 2.1.0 #2048

chore: release harbor chart 2.1.0

chore: release harbor chart 2.1.0 #2048

name: Dependency Review
on:
pull_request:
branches: [main]
permissions:
contents: read
pull-requests: write
jobs:
dependency-review:
runs-on: ubuntu-26.04
# Requires Dependency Graph to be enabled in repo settings
if: github.event.repository.private == false || always()
continue-on-error: true
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
with:
fail-on-severity: high
comment-summary-in-pr: always