Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek authored Aug 13, 2024
1 parent f71f431 commit 7c4909a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}
config: |
paths-ignore:
- 'packages/*/tests'
- 'scripts'
paths:
- 'packages/*/bin/**'
- 'packages/*/src/**'
- 'packages/*/lib/**'
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
Expand Down

0 comments on commit 7c4909a

Please sign in to comment.