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

🔧👷 properly exclude build directory from CodeQL #242

Merged
merged 1 commit into from
Jul 17, 2024

Conversation

burgholzer
Copy link
Member

Description

This small PR adjusts the CodeQL config to ignore the build folder. Since the introduction of using FetchContent, the build folder also contains a _deps subfolder with all the fetched dependencies. These might (and in the case of QECC here, will) trigger CodeQL warnings we have no control over.
This PR should reduce the number of warnings flagged for the project.

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

Signed-off-by: burgholzer <burgholzer@me.com>
@burgholzer burgholzer self-assigned this Jul 17, 2024
@burgholzer burgholzer added the continuous integration Anything related to the CI setup label Jul 17, 2024
@burgholzer burgholzer merged commit 15b74be into main Jul 17, 2024
11 checks passed
@burgholzer burgholzer deleted the codeql-excludes branch July 17, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
continuous integration Anything related to the CI setup
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant