Skip to content

Commit 6f5a467

Browse files
authored
Merge pull request #988 from ckeditor/pomek-patch-1
Internal: Replaced the allowed list paths with the non-allowed in the CodeQL configuration file.
2 parents bca08f8 + 155c78f commit 6f5a467

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/codeql.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,9 @@ jobs:
3232
languages: ${{ matrix.language }}
3333
build-mode: ${{ matrix.build-mode }}
3434
config: |
35-
paths:
36-
- 'packages/*/bin'
37-
- 'packages/*/src'
38-
- 'packages/*/lib'
35+
paths-ignore:
36+
- 'packages/*/tests'
37+
- scripts
3938
- name: Perform CodeQL Analysis
4039
uses: github/codeql-action/analyze@v3
4140
with:

0 commit comments

Comments
 (0)