Skip to content

feat: add CodeQL GitHub Actions workflow#484

Draft
Komal362000 wants to merge 1 commit into
eclipse-score:mainfrom
Komal362000:feat/codeql-github-actions-workflow
Draft

feat: add CodeQL GitHub Actions workflow#484
Komal362000 wants to merge 1 commit into
eclipse-score:mainfrom
Komal362000:feat/codeql-github-actions-workflow

Conversation

@Komal362000
Copy link
Copy Markdown
Contributor

Run CodeQL via Bazel on all relevant C++ targets (//score/...) on every pull_request and push to main, then upload the resulting SARIF file to GitHub Code Scanning via github/codeql-action/upload-sarif.

Without this upload step GitHub has no stored baseline, causing every PR to incorrectly report no new alerts introduced.

Refs: https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github

@Komal362000 Komal362000 self-assigned this May 29, 2026
@Komal362000 Komal362000 force-pushed the feat/codeql-github-actions-workflow branch from 886766d to fd241cf Compare May 29, 2026 17:31
Run CodeQL via Bazel on all relevant C++ targets (//score/...)
on every pull_request and push to main, then upload the resulting
SARIF file to GitHub Code Scanning via github/codeql-action/upload-sarif.

Without this upload step GitHub has no stored baseline, causing every
PR to incorrectly report no new alerts introduced.

Refs: https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/uploading-a-sarif-file-to-github
@Komal362000 Komal362000 force-pushed the feat/codeql-github-actions-workflow branch from fd241cf to d1d68a0 Compare May 29, 2026 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant