Skip to content

chore(deps): bump mergifyio/gha-mergify-ci from 21 to 22 #529

chore(deps): bump mergifyio/gha-mergify-ci from 21 to 22

chore(deps): bump mergifyio/gha-mergify-ci from 21 to 22 #529

Workflow file for this run

name: "Dependency Review"
on: [pull_request]
permissions:
contents: read
pull-requests: write
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@v6.0.3
- name: "Dependency Review"
uses: actions/dependency-review-action@v5.0.0
with:
fail-on-severity: "high"
deny-licenses: AGPL-3.0, AGPL-1.0, CPOL-1.02, GPL-2.0, GPL-3.0, SimPL-2.0
comment-summary-in-pr: on-failure