We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be625f commit 759fd6cCopy full SHA for 759fd6c
.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