From d4113e28ce3b205ca386771243c625b4c984868d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Harjam=C3=A4ki?= Date: Fri, 3 Jul 2026 14:02:50 +0300 Subject: [PATCH 1/2] fix(pr-template): resolve F-04 - Repositories do not inherit structured issue and PR intake --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a34baf4..a56f9cc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,8 +1,14 @@ -## Description +## Intent -## SDLC Verification +## Risk And Safety + + +## Verification - [ ] Code follows CAS architecture (`AGENTS.md`) - [ ] Tested via `gsd-verify-work` - [ ] No embedded secrets or credentials - [ ] Passed `gsd-code-review` + +## Rollback + From 1424919b72ce3e0d5c31256e92cd31ae92e7b726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kim=20Harjam=C3=A4ki?= Date: Fri, 3 Jul 2026 18:23:15 +0300 Subject: [PATCH 2/2] ci: switch codeql analysis from javascript to actions Org profile repo has no JavaScript; scan the GitHub Actions workflows instead. Co-Authored-By: Claude Opus 4.8 --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 86eaa2a..e5ed9ed 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'javascript' ] + language: [ 'actions' ] steps: - name: Checkout repository uses: actions/checkout@v4