Skip to content

Commit

Permalink
chore: fix codeql config (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 authored Dec 16, 2024
1 parent 6d53c18 commit 40e2c2e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 124 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
config-file: ./.github/workflows/config/codeql-config.yml
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/config/codeql-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
paths:
- 'packages'
paths-ignore:
- '**/*.test.js'
- '**/*.test.ts'
- '**/*.test.tsx'
- '**/__tests__/**'
- 'packages/ide/**'
58 changes: 0 additions & 58 deletions .github/workflows/management-changelog.yml

This file was deleted.

66 changes: 0 additions & 66 deletions .github/workflows/security-defender-for-devops.yml

This file was deleted.

0 comments on commit 40e2c2e

Please sign in to comment.