Skip to content

chore(deps): bump DavidAnson/markdownlint-cli2-action from 22.0.0 to 23.0.0 in the github-actions group #39

chore(deps): bump DavidAnson/markdownlint-cli2-action from 22.0.0 to 23.0.0 in the github-actions group

chore(deps): bump DavidAnson/markdownlint-cli2-action from 22.0.0 to 23.0.0 in the github-actions group #39

name: Dependency Review
on:
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
timeout-minutes: 10
permissions:
contents: read
pull-requests: read
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
if: github.event_name == 'pull_request'
- name: Dependency Review
if: github.event_name == 'pull_request'
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
with:
fail-on-severity: high
- name: Manual trigger placeholder
if: github.event_name != 'pull_request'
run: echo "Dependency review runs on pull_request; manual workflow_dispatch check passed."