chore: upgrade python3.9 for running appinspect cli #116
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
AppInspect v3.0.0 shows the following change:
Now, the error I'm seeing is
Which leads me to believe that we're encountering this issue because the action runs the command with Python 3.7 and the fix for this issue only landed in 3.8.
Could it be that this makes appinspect-cli==3.0.0 partially incompatible with 3.7?
From what I've been seeing, the
appinspect-cli
command is independent of any Python version that Splunk uses, so we can upgrade the runtime to Python 3.9.@artemrys I'm not sure how to upgrade the image path in lockstep with the release so marking this as a draft for now.
Also, I have not tested this change yet.
appinspect-cli-action/action.yml
Line 38 in bf9e3bc