Skip to content

Commit 439e1e2

Browse files
Removed deprecated echo set-env instruction
1 parent a869b58 commit 439e1e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
fi
189189
# Set the `CODEQL-PYTHON` environment variable to the Python executable
190190
# that includes the dependencies
191-
echo "::set-env name=CODEQL_PYTHON::$(which python)"
191+
echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
192192
- name: Initialize CodeQL
193193
uses: github/codeql-action/init@v1
194194
with:

0 commit comments

Comments
 (0)