chore(deps): throttle Dependabot PR volume while cross-directory grouping is broken (upstream #14286) #14081
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: 'Dependency Review' | |
| on: [pull_request] | |
| permissions: {} | |
| jobs: | |
| dependency-review: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read | |
| steps: | |
| - name: 'Checkout Repository' | |
| uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v7.0.0 | |
| - name: 'Dependency Review' | |
| uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 #v5.0.0 | |
| with: | |
| # https://github.com/actions/dependency-review-action/issues/944 | |
| allow-dependencies-licenses: 'pkg:pypi/uv@0.8.10' | |
| # Allow known vulnerabilities that have been reviewed and accepted | |
| # diskcache pickle deserialization - transitive dep from fastmcp, | |
| # no fix available, cache is internal and not exposed to untrusted input | |
| allow-ghsas: GHSA-w8v5-vhqr-4h9v | |
| deny-licenses: | | |
| AGPL-1.0,AGPL-1.0-only,AGPL-1.0-or-later,AGPL-3.0,AGPL-3.0-only,AGPL-3.0-or-later, | |
| AML, | |
| CDLA-Sharing-1.0, | |
| CPAL-1.0, | |
| MIT-enna, | |
| EUPL-1.1,EUPL-1.2, | |
| LGPL-3.0+,LGPL-3.0,LGPL-3.0-only,LGPL-3.0-or-later, | |
| GPL-3.0-only,GPL-3.0-or-later,GPL-3.0,GPL-3.0+,GPL-3.0-with-autoconf-exception,GPL-3.0-with-GCC-exception, | |
| NASA-1.3, | |
| ODbL-1.0, | |
| OSL-3.0, | |
| Parity-7.0.0, | |
| RPSL-1.0, | |
| SSPL-1.0 | |
| ## Honest Public License (HPL) 1.0 |