Removed deprecated echo set-env instruction

This commit is contained in:
Antoine Rondelet 2020-11-27 15:42:01 +00:00
Родитель a869b58e33
Коммит 439e1e2fcd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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: