Skip to content

Commit da14eff

Browse files
OgeonX-AiAitomatesclaude
authored
fix(pr-template): resolve F-04 audit finding (#8)
* fix(pr-template): resolve F-04 - Repositories do not inherit structured issue and PR intake * 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 <noreply@anthropic.com> --------- Co-authored-by: Kim Harjamäki <kim.harjamaki@prosimo.fi> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a0a6c23 commit da14eff

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
## Description
1+
## Intent
22
<!-- Describe your changes -->
33

4-
## SDLC Verification
4+
## Risk And Safety
5+
<!-- Describe any risks and safety measures -->
6+
7+
## Verification
58
- [ ] Code follows CAS architecture (`AGENTS.md`)
69
- [ ] Tested via `gsd-verify-work`
710
- [ ] No embedded secrets or credentials
811
- [ ] Passed `gsd-code-review`
12+
13+
## Rollback
14+
<!-- Describe rollback plan -->

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
language: [ 'javascript' ]
18+
language: [ 'actions' ]
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4

0 commit comments

Comments
 (0)