Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CodeQL configuration #580

Closed
petermasking opened this issue Dec 20, 2024 · 0 comments · Fixed by #571
Closed

Fix CodeQL configuration #580

petermasking opened this issue Dec 20, 2024 · 0 comments · Fixed by #571
Assignees
Labels
bug Something isn't working build Tasks related to development and ci/cd

Comments

@petermasking
Copy link
Member

Currently, we get the following message: "you may only define one of paths and paths-ignore for a single event". To fix this we need to change the configuration to include the ignored paths into the paths like this:

paths:
      - 'packages/**',
      - '!packages/**/node_modules/**'
      - '!packages/**/dist/**'
      - '!packages/jitar'
      - '!packages/create-jitar'
@petermasking petermasking added bug Something isn't working build Tasks related to development and ci/cd labels Dec 20, 2024
basmasking added a commit that referenced this issue Dec 20, 2024
basmasking added a commit that referenced this issue Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working build Tasks related to development and ci/cd
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants