ci: PR 门禁升级最佳档(类型检查/竞态/静态分析/安全/多平台/CodeQL)#126
Draft
Tespera wants to merge 4 commits into
Draft
Conversation
- build-test:go vet → golangci-lint(only-new-issues 不追溯存量);go test 加 -race 与覆盖率摘要 - 新增 typecheck:wails generate module 后 vue-tsc --noEmit,拦截 models.ts 手动同步类型错误 - 新增 security:govulncheck + npm audit(high) + gitleaks 密钥扫描 - 新增 build-macos / build-windows:平台特定 break 不再拖到发版构建 - 新增 codeql.yml:Go + JS/TS 深度安全扫描,PR/push/每周定时 - 新 job 暂为观察项(非 required),跑稳后再升级门禁
|
You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool. What Enabling Code Scanning Means:
For more information about GitHub Code Scanning, check out the documentation. |
- golang.org/x/net v0.50.0 → v0.55.0(html.Parse 系列,搜索索引构建可达) - golang.org/x/crypto v0.48.0 → v0.52.0(ssh 系列,SFTP 部署与远端探测可达)
- ITheme 补 katexEnabled(domain.ThemeConfig 已有,前端接口漏同步) - IThemeConfigArrayField 补 value 字段(重置单项配置时回填默认值) - ArticleSettingsDrawer props 的 availableCategories 补 id(数据源实际返回三字段) - CustomSetting groups 用类型谓词收窄,剔除 undefined group - resetFormItem 补 find 未命中的空值保护
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.
变更说明
PR 门禁从入门三件套升级为最佳档,新增 7 项检查能力:
新 job 跑稳后再升级为 required 门禁。
本 PR 同时是新门禁的首次真实验证,预期 typecheck / security 可能暴露存量问题,将在本 PR 内迭代调参。
关联 Issue
无