andygrove opened a new pull request, #1758: URL: https://github.com/apache/datafusion-ballista/pull/1758
# Which issue does this PR close? Closes #. # Rationale for this change The CodeQL workflow is configured with `languages: actions`, so it only scans the GitHub Actions workflow files under `.github/`. It currently fires on every push and PR regardless of what changed, which means it re-analyzes the same set of workflow files for unrelated Rust, doc, or Python changes. The weekly schedule already guarantees baseline coverage even when nothing in `.github/` has been touched. # What changes are included in this PR? Adds `paths: .github/**` to the `push` and `pull_request` triggers in `.github/workflows/codeql.yml`. The weekly `schedule` trigger is unchanged. # Are there any user-facing changes? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
