Skip to content

Commit

Permalink
Explicitly ignore codefix files from CodeQL scan
Browse files Browse the repository at this point in the history
  • Loading branch information
bkimminich committed Jan 11, 2024
1 parent 2917ca2 commit dc65f28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
language: [ 'javascript-typescript' ]
steps:
- name: Checkout repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac #v4.0.0
Expand All @@ -24,6 +24,9 @@ jobs:
with:
languages: ${{ matrix.language }}
queries: security-extended
config: |
paths-ignore:
- 'data/static/codefixes'
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit dc65f28

Please sign in to comment.