Skip to content

Commit

Permalink
Merge pull request #988 from ckeditor/pomek-patch-1
Browse files Browse the repository at this point in the history
Internal: Replaced the allowed list paths with the non-allowed in the CodeQL configuration file.
  • Loading branch information
pomek committed Aug 13, 2024
2 parents bca08f8 + 155c78f commit 6f5a467
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
config: |
paths:
- 'packages/*/bin'
- 'packages/*/src'
- 'packages/*/lib'
paths-ignore:
- 'packages/*/tests'
- scripts
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit 6f5a467

Please sign in to comment.