Skip to content

[automated] Merge branch 'release/8.0.1xx' => 'release/8.0.3xx' #20446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: release/8.0.3xx
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion eng/install-scancode.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ set -euo pipefail
# Install instructions: https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-as-a-library-via-pip

# See latest release at https://github.com/nexB/scancode-toolkit/releases
SCANCODE_VERSION="32.3.2"
SCANCODE_VERSION="32.3.3"

pyEnvPath="/tmp/scancode-env"
python3 -m venv $pyEnvPath
source $pyEnvPath/bin/activate
pip install scancode-toolkit==$SCANCODE_VERSION
pip install click==8.1.8
deactivate

# Setup a script which executes scancode in the virtual environment
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ schedules:
# https://learn.microsoft.com/en-us/azure/devops/pipelines/process/pipeline-triggers?view=azure-devops#branch-considerations
resources:
pipelines:
- pipeline: dotnet-source-build
source: dotnet-source-build
- pipeline: dotnet-source-build-pre10.0
source: dotnet-source-build-pre10.0
trigger:
branches:
include:
Expand Down