We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3367da8 commit 3a5bec5Copy full SHA for 3a5bec5
.github/actions/fetch-codeql/action.yml
@@ -19,4 +19,6 @@ runs:
19
gh extension install github/gh-codeql
20
gh codeql set-channel "$CHANNEL"
21
gh codeql version
22
+ printf "CODEQL_FETCHED_CODEQL_PATH=" >> "${GITHUB_ENV}"
23
+ gh codeql version --format=json | jq -r .unpackedLocation >> "${GITHUB_ENV}"
24
gh codeql version --format=json | jq -r .unpackedLocation >> "${GITHUB_PATH}"
0 commit comments