Skip to content

ci: bump the actions-all group across 1 directory with 4 updates #16

ci: bump the actions-all group across 1 directory with 4 updates

ci: bump the actions-all group across 1 directory with 4 updates #16

name: Dependency Review
on:
pull_request:
# Least-privilege default; the job re-grants what it needs.
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Dependency review
continue-on-error: true
uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
with:
# MPL-2.0 is safe only as a transitive dependency — do not vendor or
# fork MPL-licensed source without re-evaluating the obligations.
allow-licenses: Apache-2.0, MIT, ISC, BSD-2-Clause, BSD-3-Clause, CC0-1.0, Unlicense, 0BSD, Python-2.0, MPL-2.0
- name: Dependency review not supported notice
if: ${{ failure() }}
run: |
echo "Dependency review is not supported for this repository configuration."
echo "Proceeding without blocking CI."