Skip to content

Commit

Permalink
ci: codeql config fix
Browse files Browse the repository at this point in the history
Changelog: None
Ticket: None
Signed-off-by: Alex Miliukov <oleksandr.miliukov@northern.tech>
  • Loading branch information
Alex Miliukov committed Mar 17, 2023
1 parent 1b8fbac commit 0c32257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "CFEngine cpp CodeQL config"

queries:
- uses: cfengine/core/.github/codeql/cpp-queries/bool-type-mismatch-return.ql
- uses: cfengine/core/.github/codeql/cpp-queries/missing-argument-null-check.ql
- uses: cfengine/core/.github/codeql/cpp-queries/bool-type-mismatch-return.ql@master
- uses: cfengine/core/.github/codeql/cpp-queries/missing-argument-null-check.ql@master

0 comments on commit 0c32257

Please sign in to comment.