Skip to content

Commit

Permalink
ci: Fix CodeQL by skipping tsconfig.json (#7607)
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea authored Mar 24, 2023
1 parent 9309b3b commit b830f87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
paths-ignore:
# Our tsconfig files contain comments, which CodeQL complains about
- '**/tsconfig.json'
- '**/tsconfig.*.json'
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
config-file: ./.github/codeql/codeql-config.yml
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
Expand Down

0 comments on commit b830f87

Please sign in to comment.