CBL-5872: Remove semi-deprecated APIs #1552
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
# Copyright 2022-Present Couchbase, Inc. | |
# | |
# Use of this software is governed by the Business Source License included in | |
# the file licenses/BSL-Couchbase.txt. As of the Change Date specified in that | |
# file, in accordance with the Business Source License, use of this software | |
# will be governed by the Apache License, Version 2.0, included in the file | |
# licenses/APL2.txt. | |
name: Check Blackduck Manifest | |
on: | |
pull_request: | |
branches: | |
- '**' | |
jobs: | |
verify: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
submodules: recursive | |
fetch-depth: 0 | |
- name: Check Blackduck Manifest | |
working-directory: ${{github.workspace}}/build_cmake/scripts | |
run: | | |
pip install -r check_bd_versions_requirements.txt | |
python check_bd_versions.py $GITHUB_BASE_REF |