Skip to content

Commit a5121bf

Browse files
authored
Update codeql.yml (#2017)
1 parent c42f493 commit a5121bf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
6969
# queries: security-extended,security-and-quality
70-
70+
7171

7272
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
7373
# If this step fails, then you should remove it and run the build manually (see below)
@@ -88,3 +88,8 @@ jobs:
8888
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
8989
with:
9090
category: "/language:${{matrix.language}}"
91+
paths-ignore:
92+
- 'modules'
93+
- '*start.js'
94+
- '*finish.js'
95+
- '97saveas.js'

0 commit comments

Comments
 (0)