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.
2 parents 0c1238e + 43d7c5d commit c844b94Copy full SHA for c844b94
content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning.md
@@ -188,7 +188,7 @@ jobs:
188
fi
189
# Set the `CODEQL-PYTHON` environment variable to the Python executable
190
# that includes the dependencies
191
- echo "::set-env name=CODEQL_PYTHON::$(which python)"
+ echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
192
- name: Initialize CodeQL
193
uses: github/codeql-action/init@v1
194
with:
0 commit comments