Skip to content

Commit 759fd6c

Browse files
committed
Use 'gh codeql' with the nightly release for CI jobs
1 parent 0be625f commit 759fd6c

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)