Skip to content

Commit

Permalink
update Codeql Workflow revert exclude and add as paths-ignore for exe…
Browse files Browse the repository at this point in the history
…cutor plugin examples
  • Loading branch information
bmxp committed Jan 18, 2025
1 parent 57d6d5a commit cc8cb61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ jobs:
# Prefix the list here with "+" to use these queries and those in the config file.
# queries: ./path/to/local/query, your-org/your-repo/queries@main
# Verzeichnis ausschließen
exclude: "plugins/executor/examples"
config: |
paths-ignore:
- 'plugins/executor/examples'
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
Expand Down

0 comments on commit cc8cb61

Please sign in to comment.