You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -160,6 +160,10 @@ jobs:
160
160
# yamllint disable-line rule:line-length
161
161
# 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
162
162
# queries: security-extended,security-and-quality
163
+
config: |
164
+
paths-ignore:
165
+
- node_modules
166
+
- third-party
163
167
164
168
# Pre autobuild
165
169
# create a file named .codeql-prebuild-${{ matrix.language }}.sh in the root of your repository
0 commit comments