Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ steps:
compliance-fail-on-vulnerabilities:

# Python version that will be installed to run ScanCode.io
# Default is '3.12'
# Default is '3.13'
python-version:
```

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ inputs:
default: "false"
python-version:
description: "Python version."
default: "3.12"
default: "3.13"
scancodeio-repo-branch:
description: "Branch to install ScanCode.io from the GitHub repository (optional)"
required: false
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ stages:
complianceFailOnVulnerabilities:

# Python version that will be installed to run ScanCode.io
# Default is '3.12'
# Default is '3.13'
pythonVersion:

# Install ScanCode.io from a specific GitHub branch (optional)
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/scancode-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ parameters:

- name: pythonVersion
type: string
default: "3.12"
default: "3.13"
displayName: "Python version"

- name: scancodeioRepoBranch
Expand Down