Skip to content

Commit a3fc9d5

Browse files
committed
fixup: Remove deprecated CODEQL_PYTHON for v3.
1 parent 78c6475 commit a3fc9d5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/codeql-analysis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ jobs:
3939
run: |
4040
python -m pip install --upgrade pip
4141
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
4642
# Initializes the CodeQL tools for scanning.
4743
- name: Initialize CodeQL
4844
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)