Skip to content

Commit 5918e01

Browse files
erik-kroghaibaars
andauthored
quote $CHANNEL
Co-authored-by: Arthur Baars <[email protected]>
1 parent 83a8b1a commit 5918e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/fetch-codeql/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ runs:
1717
CHANNEL: ${{ inputs.channel }}
1818
run: |
1919
gh extension install github/gh-codeql
20-
gh codeql set-channel $CHANNEL
20+
gh codeql set-channel "$CHANNEL"
2121
gh codeql version
2222
gh codeql version --format=json | jq -r .unpackedLocation >> "${GITHUB_PATH}"

0 commit comments

Comments
 (0)