Skip to content

Comments

ci: add CodeQL advanced setup for PR analysis#66

Merged
bug-ops merged 1 commit intomainfrom
feature/codeql-advanced-setup
Feb 20, 2026
Merged

ci: add CodeQL advanced setup for PR analysis#66
bug-ops merged 1 commit intomainfrom
feature/codeql-advanced-setup

Conversation

@bug-ops
Copy link
Owner

@bug-ops bug-ops commented Feb 20, 2026

Summary

  • Replace default CodeQL setup with custom workflow triggering on push, pull_request, and weekly schedule
  • Enables security analysis for external fork PRs (previously skipped)

Manual step after merge

Disable default CodeQL setup in Settings > Code security > Code scanning to avoid duplicate runs.

Closes #65

Replace default CodeQL setup with custom workflow that triggers
on pull_request events, enabling security analysis for fork PRs.

Closes #65
@github-actions github-actions bot added type: tooling Development tools, CI/CD, or infrastructure component: core feedparser-rs-core Rust library component: python Python bindings (PyO3) component: node Node.js bindings (napi-rs) component: ci CI/CD workflows and automation size: S Small PR (<50 lines changed) labels Feb 20, 2026
@bug-ops bug-ops merged commit c4e309b into main Feb 20, 2026
33 checks passed
@bug-ops bug-ops deleted the feature/codeql-advanced-setup branch February 20, 2026 13:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: ci CI/CD workflows and automation component: core feedparser-rs-core Rust library component: node Node.js bindings (napi-rs) component: python Python bindings (PyO3) size: S Small PR (<50 lines changed) type: tooling Development tools, CI/CD, or infrastructure

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Switch CodeQL from default setup to advanced setup for PR analysis

1 participant