File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8888 compliance-fail-on-vulnerabilities :
8989
9090 # Python version that will be installed to run ScanCode.io
91- # Default is '3.12 '
91+ # Default is '3.13 '
9292 python-version :
9393` ` `
9494
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ inputs:
3939 default : " false"
4040 python-version :
4141 description : " Python version."
42- default : " 3.12 "
42+ default : " 3.13 "
4343 scancodeio-repo-branch :
4444 description : " Branch to install ScanCode.io from the GitHub repository (optional)"
4545 required : false
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ stages:
7676 complianceFailOnVulnerabilities :
7777
7878 # Python version that will be installed to run ScanCode.io
79- # Default is '3.12 '
79+ # Default is '3.13 '
8080 pythonVersion :
8181
8282 # Install ScanCode.io from a specific GitHub branch (optional)
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ parameters:
5050
5151 - name : pythonVersion
5252 type : string
53- default : " 3.12 "
53+ default : " 3.13 "
5454 displayName : " Python version"
5555
5656 - name : scancodeioRepoBranch
You can’t perform that action at this time.
0 commit comments