Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Specify paths-ignore for other languages
  • Loading branch information
henrymercer committed Sep 15, 2025
commit 8105843d425356f4bf019863275cffc4f1976a1b
4 changes: 2 additions & 2 deletions .github/codeql/codeql-config-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ queries:
# we include both even though one is a superset of the
# other, because we're testing the parsing logic and
# that the suites exist in the codeql bundle.
- uses: security-and-quality
- uses: security-experimental
- uses: security-extended
- uses: security-and-quality
paths-ignore:
- tests
- lib
- tests
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
config: >
paths-ignore:
- lib
- tests
queries:
- uses: security-and-quality
- name: Perform CodeQL Analysis
Expand Down
Loading