chore(work): tick task in 06-codeql-and-audit-signatures

This commit is contained in:
2026-05-14 19:54:42 +02:00
parent 480ec67a48
commit 1979041197
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ id: 06-codeql-and-audit-signatures
epic: 2026-05-14-ci-security-and-supply-chain
title: CodeQL workflow + pnpm audit signatures
type: technical-story
status: todo
status: in-progress
feature: tooling
depends-on: []
blocks: [08-reviewer-prompt-update]
@@ -36,5 +36,5 @@ Add two baseline GitHub-native gates: (1) a `pnpm audit signatures --audit-level
## Tasks
- [ ] Add `pnpm audit signatures --audit-level=high` as a step in `ci.yml`'s `validate` job; one commit, all gates pass.
- [x] Add `pnpm audit signatures --audit-level=high` as a step in `ci.yml`'s `validate` job; one commit, all gates pass.
- [ ] Create `.github/workflows/codeql.yml` (language: `javascript-typescript`; triggers: push to main, pull_request, weekly schedule Wednesday 02:00 UTC; default queries; consumer note about GitHub Advanced Security requirement for private repos); one commit, all gates pass.

View File

@@ -1,5 +1,5 @@
{
"updated_at": "2026-05-14T17:53:08.262Z",
"updated_at": "2026-05-14T17:54:43.702Z",
"epics": {
"2026-05-13-binder-wrap-helper": {
"status": "done",
@@ -100,10 +100,10 @@
]
},
"06-codeql-and-audit-signatures": {
"status": "todo",
"status": "in-progress",
"title": "CodeQL workflow + pnpm audit signatures",
"ac_total": 2,
"ac_completed": 0,
"ac_completed": 1,
"depends_on": [],
"blocks": [
"08-reviewer-prompt-update"