Skip to content

Commit

Permalink
Updated the configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Aug 13, 2024
1 parent eb08e70 commit 610d39a
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 610d39a

Please sign in to comment.