mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-20 05:43:54 -07:00
fix query name + add comments
This commit is contained in:
parent
31fd3c4bc4
commit
7f56e9be3d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
|
|
@ -50,7 +50,9 @@ jobs:
|
|||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
build-mode: ${{ matrix.build-mode }}
|
||||
queries: security-and-quality
|
||||
# https://docs.github.com/en/code-security/reference/code-scanning/codeql/codeql-queries/c-cpp-built-in-queries
|
||||
# https://docs.github.com/en/code-security/reference/code-scanning/codeql/codeql-queries/actions-built-in-queries
|
||||
queries: security-extended
|
||||
dependency-caching: true
|
||||
|
||||
- name: "[C++] Install dependencies"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue