Skip to content

Commit

Permalink
Merge pull request gaphor#3141 from gaphor/remove-codeql-python-env
Browse files Browse the repository at this point in the history
Fix warning about CodeQL CODEQL_PYTHON variable
  • Loading branch information
amolenaar committed Feb 25, 2024
2 parents ed33df5 + f970f35 commit 661cef4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ jobs:
- name: Install Python Dependencies
run: |
poetry install --no-interaction
# Set the `CODEQL-PYTHON` environment variable to the Python executable
# that includes the dependencies
echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
- name: Initialize CodeQL
uses: github/codeql-action/init@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5
with:
Expand Down

0 comments on commit 661cef4

Please sign in to comment.