Skip to content

chore(deps-dev): Bump mkdocs-material from 9.4.8 to 9.5.2 #127

chore(deps-dev): Bump mkdocs-material from 9.4.8 to 9.5.2

chore(deps-dev): Bump mkdocs-material from 9.4.8 to 9.5.2 #127

---
name: Dependency Review
on:
pull_request:
branches:
- main
types:
- opened
- ready_for_review
- synchronize
- reopened
concurrency:
group: ${{ format('{0}-{1}-{2}-{3}-{4}', github.workflow, github.event_name, github.ref, github.base_ref, github.head_ref) }}
cancel-in-progress: true
jobs:
dependency-review:
name: Dependency Review
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Dependency Review
uses: actions/dependency-review-action@v3
with:
vulnerability-check: true
license-check: true
comment-summary-in-pr: true