Skip to content

Update flake8-bugbear requirement from <=24.4.26 to <=24.12.12 in /src/bindings/python #325

Update flake8-bugbear requirement from <=24.4.26 to <=24.12.12 in /src/bindings/python

Update flake8-bugbear requirement from <=24.4.26 to <=24.12.12 in /src/bindings/python #325

name: 'Dependency Review'
on: [pull_request, merge_group]
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Clone OpenVINO
uses: actions/checkout@v4
- name: Dependency Review
uses: actions/[email protected]
with:
config-file: './.github/dependency_review.yml'
base-ref: ${{ github.pull_request.base.sha || github.event.merge_group.base_ref }}
head-ref: ${{ github.pull_request.head.sha || github.ref }}