Skip to content

Commit 24744e9

Browse files
committed
move CodeQL queries to the .github directory
This better reflects where (in GitHub) and what (CodeQL) uses these query files. No functional change.
1 parent 90607df commit 24744e9

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: github/codeql-action/init@v3
5959
with:
6060
languages: ${{ matrix.language }}
61-
queries: +./.lgtm/cpp-queries
61+
queries: +./.github/codeql/cpp-queries
6262
# If you wish to specify custom queries, you can do so here or in a config file.
6363
# By default, queries listed here will override any specified in a config file.
6464
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)