We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba2cee0 + 912dce3 commit 56ee07eCopy full SHA for 56ee07e
.github/actions/fetch-codeql/action.yml
@@ -7,7 +7,7 @@ runs:
7
shell: bash
8
run: |
9
gh extension install github/gh-codeql
10
- gh codeql set-channel release
+ gh codeql set-channel nightly
11
gh codeql version
12
gh codeql version --format=json | jq -r .unpackedLocation >> "${GITHUB_PATH}"
13
env:
0 commit comments