Skip to content

Commit e5a1675

Browse files
brabojclaude
andcommitted
feat: replace SonarCloud with CodeQL
CodeQL is GitHub-native, free for all repos (public and private), and aligns with the quality gates template in solid-ai-templates. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5be2825 commit e5a1675

3 files changed

Lines changed: 29 additions & 38 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
name: CodeQL
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- main
7+
push:
8+
branches:
9+
- main
10+
11+
jobs:
12+
analyze:
13+
runs-on: ubuntu-latest
14+
permissions:
15+
security-events: write
16+
steps:
17+
- name: Checkout
18+
uses: actions/checkout@v4
19+
20+
- name: Initialize CodeQL
21+
uses: github/codeql-action/init@v3
22+
with:
23+
languages: javascript-typescript
24+
25+
- name: Autobuild
26+
uses: github/codeql-action/autobuild@v3
27+
28+
- name: Perform CodeQL Analysis
29+
uses: github/codeql-action/analyze@v3

.github/workflows/sonarcloud.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

sonar-project.properties

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)