Skip to content

Commit 40e2c2e

Browse files
authored
chore: fix codeql config (#1915)
1 parent 6d53c18 commit 40e2c2e

File tree

4 files changed

+9
-124
lines changed

4 files changed

+9
-124
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- name: Initialize CodeQL
6363
uses: github/codeql-action/init@v3
6464
with:
65+
config-file: ./.github/workflows/config/codeql-config.yml
6566
languages: ${{ matrix.language }}
6667
build-mode: ${{ matrix.build-mode }}
6768
# If you wish to specify custom queries, you can do so here or in a config file.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
paths:
2+
- 'packages'
3+
paths-ignore:
4+
- '**/*.test.js'
5+
- '**/*.test.ts'
6+
- '**/*.test.tsx'
7+
- '**/__tests__/**'
8+
- 'packages/ide/**'

.github/workflows/management-changelog.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/security-defender-for-devops.yml

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)