diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 6de62ceff8a..206d80cd02f 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -1,6 +1,10 @@ name: Coverity (Ubuntu 20.04, Python 3.11) on: workflow_dispatch: + inputs: + openvinoRef: + description: 'Branch, tag or commit hash to clone openvino from. Taken from event context if not set' + type: string schedule: # run daily at 00:00 - cron: '0 0 * * *' @@ -50,6 +54,7 @@ jobs: with: path: ${{ env.OPENVINO_REPO }} submodules: 'true' + ref: ${{ inputs.openvinoRef }} - name: Clone OpenVINO Contrib uses: actions/checkout@v4