Skip to content

Commit 56ee07e

Browse files
authored
Merge pull request #9936 from aibaars/gh-codeql-nightly
Use 'gh codeql' with the nightly release for CI jobs
2 parents ba2cee0 + 912dce3 commit 56ee07e

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
@@ -7,7 +7,7 @@ runs:
77
shell: bash
88
run: |
99
gh extension install github/gh-codeql
10-
gh codeql set-channel release
10+
gh codeql set-channel nightly
1111
gh codeql version
1212
gh codeql version --format=json | jq -r .unpackedLocation >> "${GITHUB_PATH}"
1313
env:

0 commit comments

Comments
 (0)