Skip to content

ci(codeql): add path filters#57

Merged
st0o0 merged 1 commit into
mainfrom
fix/codeql-config
May 4, 2026
Merged

ci(codeql): add path filters#57
st0o0 merged 1 commit into
mainfrom
fix/codeql-config

Conversation

@st0o0
Copy link
Copy Markdown
Member

@st0o0 st0o0 commented May 4, 2026

This pull request updates the CodeQL workflow configuration to run analysis only when relevant source files are changed. The main improvement is the addition of path filters for both push and pull request events, ensuring CodeQL is triggered only for changes affecting C# source and project files.

Workflow configuration improvements:

  • Added paths filters to the push and pull_request triggers in .github/workflows/codeql.yml to limit CodeQL analysis to changes in C# source files, project files, and solution files.

@st0o0 st0o0 merged commit 745fa3b into main May 4, 2026
3 checks passed
@st0o0 st0o0 deleted the fix/codeql-config branch May 4, 2026 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant