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 83a8b1a commit 5918e01Copy full SHA for 5918e01
.github/actions/fetch-codeql/action.yml
@@ -17,6 +17,6 @@ runs:
17
CHANNEL: ${{ inputs.channel }}
18
run: |
19
gh extension install github/gh-codeql
20
- gh codeql set-channel $CHANNEL
+ gh codeql set-channel "$CHANNEL"
21
gh codeql version
22
gh codeql version --format=json | jq -r .unpackedLocation >> "${GITHUB_PATH}"
0 commit comments