Skip to content

Commit

Permalink
Merge pull request #987 from ckeditor/ci/3714-codeql-v2
Browse files Browse the repository at this point in the history
Internal: Updated the CodeQL configuration.
  • Loading branch information
pomek authored Aug 13, 2024
2 parents eb08e70 + 610d39a commit bca08f8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ jobs:
build-mode: ${{ matrix.build-mode }}
config: |
paths:
- 'packages/*/bin/*.js'
- 'packages/*/src/**/*.ts'
- 'packages/*/src/**/*.js'
- 'packages/*/lib/**/*.ts'
- 'packages/*/lib/**/*.js'
- 'packages/*/bin'
- 'packages/*/src'
- 'packages/*/lib'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit bca08f8

Please sign in to comment.