mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
fix python version to work with new yardstick
Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>
This commit is contained in:
parent
832391cbe6
commit
372e603c10
1 changed files with 1 additions and 1 deletions
2
.github/actions/bootstrap/action.yaml
vendored
2
.github/actions/bootstrap/action.yaml
vendored
|
@ -8,7 +8,7 @@ inputs:
|
||||||
python-version:
|
python-version:
|
||||||
description: "Python version to install"
|
description: "Python version to install"
|
||||||
required: true
|
required: true
|
||||||
default: "3.10"
|
default: "3.11"
|
||||||
go-dependencies:
|
go-dependencies:
|
||||||
description: "Download go dependencies"
|
description: "Download go dependencies"
|
||||||
required: true
|
required: true
|
||||||
|
|
Loading…
Reference in a new issue