Skip to content
This repository has been archived by the owner on Jan 17, 2025. It is now read-only.

Commit

Permalink
Exclude vendor from codeql analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kaatz committed Feb 27, 2024
1 parent c47cdcb commit 9772beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
languages: ${{ matrix.language }}
config: |
paths-ignore:
- ventor/
- vendor/
- node_modules/
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
Expand Down

0 comments on commit 9772beb

Please sign in to comment.