Skip to content

Commit 841f853

Browse files
authored
Upgrade Codeql.yml
1 parent 70c09a6 commit 841f853

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/Codeql.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "CodeQL Python Security Scan (Top-N)"
1+
name: "CodeQL Python Security Scan"
22

33
on:
44
pull_request:
@@ -27,11 +27,12 @@ jobs:
2727
uses: github/codeql-action/init@v3
2828
with:
2929
languages: python
30+
queries: +security-extended,+security-and-quality
3031

3132
- name: Autobuild
3233
uses: github/codeql-action/autobuild@v3
3334

3435
- name: Perform CodeQL Analysis
3536
uses: github/codeql-action/analyze@v3
3637
with:
37-
upload: true
38+
upload: true

0 commit comments

Comments
 (0)