Bump cryptography from 42.0.4 to 43.0.1 in /libs/libcommon in the pip group across 1 directory #3387
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-License-Identifier: Apache-2.0 | |
# Copyright 2022 The HuggingFace Authors. | |
name: jobs/mongodb_migration | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
paths: | |
- "jobs/mongodb_migration/**" | |
- "libs/libcommon/**" | |
- ".github/workflows/j-migration.yml" | |
- ".github/workflows/_quality-python.yml" | |
- ".github/workflows/_unit-tests-python.yml" | |
- "tools/docker-compose-mongo.yml" | |
pull_request: | |
paths: | |
- "jobs/mongodb_migration/**" | |
- "libs/libcommon/**" | |
- ".github/workflows/j-migration.yml" | |
- ".github/workflows/_quality-python.yml" | |
- ".github/workflows/_unit-tests-python.yml" | |
- "tools/docker-compose-mongo.yml" | |
jobs: | |
quality: | |
uses: ./.github/workflows/_quality-python.yml | |
with: | |
working-directory: jobs/mongodb_migration | |
unit-tests: | |
uses: ./.github/workflows/_unit-tests-python.yml | |
with: | |
working-directory: jobs/mongodb_migration |