Skip to content

Commit 522f679

Browse files
authored
Update CodeQL workflow to include security queries
Added security-extended queries to CodeQL initialization.
1 parent 42f6c84 commit 522f679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
uses: github/codeql-action/init@v4
4040
with:
4141
languages: ${{ matrix.language }}
42+
queries: +security-extended
4243

4344
- name: Autobuild
4445
run: |
@@ -49,4 +50,3 @@ jobs:
4950
uses: github/codeql-action/analyze@v4
5051
with:
5152
category: "/language:${{matrix.language}}"
52-

0 commit comments

Comments
 (0)