We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de0ca7 commit d14093cCopy full SHA for d14093c
README.md
@@ -79,7 +79,7 @@ steps:
79
compliance-fail-level:
80
81
# Python version that will be installed to run ScanCode.io
82
- # Default is '3.11'
+ # Default is '3.12'
83
python-version:
84
```
85
action.yml
@@ -30,7 +30,7 @@ inputs:
30
required: false
31
32
description: "Python version."
33
- default: "3.11"
+ default: "3.12"
34
scancodeio-repo-branch:
35
description: "Branch to install ScanCode.io from the GitHub repository (optional)"
36
0 commit comments