Remove custom CodeQL workflow - repository uses GitHub default setup

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-09 03:27:38 +00:00
parent dcaabd0c53
commit 1201ee3444
2 changed files with 3 additions and 88 deletions

View File

@@ -23,12 +23,14 @@
## [03.05.01] 2026-01-09
### Added
- Added `codeql-analysis.yml` workflow for security scanning
- Added `dependency-review.yml` workflow for dependency vulnerability scanning
- Added `standards-compliance.yml` workflow for MokoStandards validation
- Added `.github/dependabot.yml` configuration for automated security updates
- Added `docs/README.md` as documentation index
### Changed
- Removed custom `codeql-analysis.yml` workflow (repository uses GitHub's default CodeQL setup)
### Changed
- Enforced repository compliance with MokoStandards requirements
- Improved security posture with automated scanning and dependency management