We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c6475 commit a3fc9d5Copy full SHA for a3fc9d5
.github/workflows/codeql-analysis.yml
@@ -39,10 +39,6 @@ jobs:
39
run: |
40
python -m pip install --upgrade pip
41
pip3 install .
42
-
43
- # Set the `CODEQL-PYTHON` environment variable to the Python executable
44
- # that includes the dependencies
45
- echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
46
# Initializes the CodeQL tools for scanning.
47
- name: Initialize CodeQL
48
uses: github/codeql-action/init@v3
0 commit comments