Skip to content

build(deps): bump wagoid/commitlint-github-action from 5 to 6 #160

build(deps): bump wagoid/commitlint-github-action from 5 to 6

build(deps): bump wagoid/commitlint-github-action from 5 to 6 #160

name: Dependency Review
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
if: >
(github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'skip workflows')) ||
github.event_name == 'push'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/dependency-review-action@v4