Skip to content

Commit 62d4481

Browse files
Add SonarCloud Scan steps to CI workflows
Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
1 parent f20c062 commit 62d4481

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,6 @@ jobs:
5353
uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3
5454
with:
5555
category: "/language:${{ matrix.language }}"
56+
57+
- name: SonarCloud Scan
58+
uses: SonarSource/sonarqube-scan-action@master

aletheia/.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ jobs:
4040
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.28.1
4141
with:
4242
category: "/language:${{ matrix.language }}"
43+
44+
- name: SonarCloud Scan
45+
uses: SonarSource/sonarqube-scan-action@master

aletheia/.github/workflows/rust-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- name: Build release
2929
run: cargo build --release
3030

31+
- name: SonarCloud Scan
32+
uses: SonarSource/sonarqube-scan-action@master
3133
security:
3234
runs-on: ubuntu-latest
3335
timeout-minutes: 15

0 commit comments

Comments
 (0)