security(codeql): Advanced Setup fuer C# (build-mode manual)#61
Merged
tomtastisch merged 3 commits intomainfrom Feb 14, 2026
Merged
security(codeql): Advanced Setup fuer C# (build-mode manual)#61tomtastisch merged 3 commits intomainfrom
tomtastisch merged 3 commits intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a dedicated CodeQL Advanced Setup workflow for C# that performs a real traced .NET build (manual build-mode) to improve CodeQL extraction quality and address the “build-mode: none / low analysis quality” warning.
Changes:
- Introduces
.github/workflows/codeql.ymlto run CodeQL forlanguage:csharpwithbuild-mode: manual. - Adds traced
dotnet restore+dotnet buildforFileClassifier.slnprior to analysis.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ziel & Scope
Fixes #58: CodeQL fuer
language:csharpsoll nicht mehr mitbuild-mode: nonelaufen, sondern einen realen .NET-Build ausfuehren, damit die Extraktion/Analysequalitaet stabil ueber den Schwellenwerten liegt.Non-Goals:
SECURITY.md.Umgesetzte Aufgaben (abhaken)
.github/workflows/codeql.yml).build-mode: manualkonfiguriert (explizit, nichtnone).dotnet restore+dotnet build -c ReleaseueberFileClassifier.slnimplementiert.Nachbesserungen aus Review (iterativ)
Security- und Merge-Gates
Evidence (auditierbar)
Lokal:
bash tools/ci/bin/run.sh preflight->/Users/tomwerner/RiderProjects/FileClassifier/artifacts/ci/preflight/summary.mdbash tools/ci/bin/run.sh build->/Users/tomwerner/RiderProjects/FileClassifier/artifacts/ci/build/summary.mdbash tools/ci/bin/run.sh tests-bdd-coverage->/Users/tomwerner/RiderProjects/FileClassifier/artifacts/ci/tests-bdd-coverage/summary.mdCI (PR #61):
DoD (mindestens 2 pro Punkt)
.github/workflows/codeql.yml).artifacts/ci/build/summary.mdundartifacts/ci/tests-bdd-coverage/summary.md).