Bump github/codeql-action from 3 to 4#2
Closed
dependabot[bot] wants to merge 10 commits into
Closed
Conversation
- Complete domain models (8 model classes): Migration, MigrationFile, SchemaChange, ConflictInfo, DbContextMetadata, BranchInfo, MigrationDiff, and enums - Full-featured repositories: MigrationRepository, GitRepository, DbContextRepository with CRUD operations - Business logic services (5 classes): MigrationDiffService, ConflictDetectionService, SchemaChangeDetectorService, MigrationParserService, ReportGenerationService - Dependency injection and configuration setup - Comprehensive exception handling with 8 custom exception types - Utility helpers: Constants, FileHelper, ValidationHelper - Complete command-line interface with compare, validate, and report commands - MIT License and .gitignore Total: 26 files, 4300+ lines of production-ready code
Add 31 new files (6084 lines) with production-grade features: CORE INFRASTRUCTURE - CommandContext, CommandParser, CommandExecutor for advanced CLI handling - RequestLoggingMiddleware, ErrorHandlingMiddleware, ValidationMiddleware - ConfigurationBuilder for fluent DI/service setup CLI COMMANDS & OPTIONS - CompareCommand: migrate diff with conflict detection - ValidateCommand: migration file validation - HelpCommand: comprehensive help & usage docs UTILITIES & EXTENSIONS (6 files) - StringExtensions: case conversion, truncation, null-safe operations - CollectionExtensions: batch, distinct, flatten, chunk operations - PathExtensions: cross-platform path handling & normalization - ReflectionExtensions: type inspection & dynamic property access - DataTableHelper: console/markdown table formatting - TypeConverter: safe type conversion with fallbacks - PerformanceMetrics: operation timing & memory tracking FORMATTERS & SERIALIZATION - JsonFormatter: JSON serialization with options - CsvFormatter: CSV export with proper escaping - HtmlFormatter: styled HTML report generation ADVANCED SERVICES - CacheService: thread-safe in-memory caching with TTL - EventBus: pub/sub event system with middleware pipeline - MigrationEvents: domain events for app lifecycle - BackgroundTaskQueue: concurrent task execution - HealthCheckService: system health monitoring - PluginSystem: extensible plugin architecture - ReportEngine: multi-format report generation INTEGRATION MODULES - HttpClientWrapper: REST client with retry logic - GitHubIntegration: GitHub API integration ANALYSIS ENGINES - MigrationImpactAnalyzer: risk scoring & issue detection - ConflictResolutionEngine: conflict analysis with recommendations All files follow: ✓ Author header (Vladyslav Zaiets | sarmkadan.com) ✓ .NET 10 (net10.0) ✓ Production-grade code with detailed comments ✓ 50-200 lines per file ✓ Thread-safe where applicable ✓ No employer/company references Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.
Bumps github/codeql-action from 3 to 4.
Release notes
Sourced from github/codeql-action's releases.
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
fbba1e0Rebuild933238eUpdate changelog and version after v4.35.3e46ed2cMerge pull request #3867 from github/update-v4.35.3-8c6e48dbeb73d1d1Add changelog entry for #385324e0bb0Reorder changelog entriesec298daUpdate changelog for v4.35.38c6e48dMerge pull request #3865 from github/update-bundle/codeql-bundle-v2.25.37190983Add changelog note2bb2095Update default bundle to codeql-bundle-v2.25.3Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)