1
0
mirror of synced 2025-12-22 11:26:57 -05:00

Removed deprecated echo set-env instruction

This commit is contained in:
Antoine Rondelet
2020-11-27 15:42:01 +00:00
parent a869b58e33
commit 439e1e2fcd

View File

@@ -188,7 +188,7 @@ jobs:
fi
# Set the `CODEQL-PYTHON` environment variable to the Python executable
# that includes the dependencies
echo "::set-env name=CODEQL_PYTHON::$(which python)"
echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
with: