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 854109f commit c213a7cCopy full SHA for c213a7c
.github/workflows/python-deps.yml
@@ -44,6 +44,7 @@ jobs:
44
45
- name: Initialize CodeQL
46
uses: ./init
47
+ id: init
48
with:
49
tools: latest
50
languages: python
@@ -62,8 +63,7 @@ jobs:
62
63
esac
64
echo ${basePath}
65
- codeql_version="0.0.0-$(cat "$GITHUB_WORKSPACE/src/defaults.json" | jq -r .bundleVersion | rev | cut -d - -f 1 | rev)"
66
- $GITHUB_WORKSPACE/python-setup/auto_install_packages.py "${basePath}/hostedtoolcache/CodeQL/$codeql_version/x64/codeql"
+ $GITHUB_WORKSPACE/python-setup/auto_install_packages.py "$(dirname ${{steps.init.outputs.codeql-path}})"
67
- name: Setup for extractor
68
run: |
69
echo $CODEQL_PYTHON
0 commit comments