Skip to content

ci: add CodeQL code scanning#8

Merged
wizzomafizzo merged 1 commit into
mainfrom
chore/codeql
Apr 9, 2026
Merged

ci: add CodeQL code scanning#8
wizzomafizzo merged 1 commit into
mainfrom
chore/codeql

Conversation

@wizzomafizzo

Copy link
Copy Markdown
Member

Summary

  • Add CodeQL workflow with security-extended query suite
  • Triggers on PRs, pushes to main, and weekly schedule
  • Uses autobuild mode (pure Go)
  • Dependency caching enabled

Add CodeQL security analysis with the security-extended query suite.
Runs on PRs, pushes to main, and weekly schedule (catches new
vulnerability patterns in existing code).

Uses autobuild mode (pure Go, no native dependencies).

Results appear in the repository's Security tab under Code scanning.
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@codecov

codecov Bot commented Apr 9, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@coderabbitai

coderabbitai Bot commented Apr 9, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@wizzomafizzo has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 3 minutes and 32 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 3 minutes and 32 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8803c984-a336-47aa-8435-a2547abc9390

📥 Commits

Reviewing files that changed from the base of the PR and between 50f23e3 and 1542fb8.

📒 Files selected for processing (1)
  • .github/workflows/codeql.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/codeql

Comment @coderabbitai help to get the list of available commands and usage tips.

@wizzomafizzo wizzomafizzo merged commit c9a8299 into main Apr 9, 2026
12 checks passed
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.

2 participants