Skip to content

[NPUW] 1st token generation profiling #107036

[NPUW] 1st token generation profiling

[NPUW] 1st token generation profiling #107036

name: 'Dependency Review'
on: [pull_request, merge_group]
permissions: read-all
jobs:
dependency-review:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'openvinotoolkit' }}
steps:
- name: Clone OpenVINO
uses: ababushk/checkout@dd591a6a2ac25618db4eda86e7e0d938f88cf01b # cherry_pick_retries
timeout-minutes: 15
- name: Dependency Review
uses: actions/dependency-review-action@05fe4576374b728f0c523d6a13d64c25081e0803 # v4.8.3
with:
config-file: './.github/dependency_review.yml'
base-ref: ${{ github.event.pull_request.base.sha || github.event.merge_group.base_ref }}
head-ref: ${{ github.event.pull_request.head.sha || github.ref }}