Skip to content

chore(ci): add GitHub Actions CI/CD workflows#2

Merged
slow2342 merged 1 commit into
mainfrom
chore/github-ci
Jun 8, 2026
Merged

chore(ci): add GitHub Actions CI/CD workflows#2
slow2342 merged 1 commit into
mainfrom
chore/github-ci

Conversation

@slow2342

@slow2342 slow2342 commented Jun 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add CI workflow with build (x86_64 + aarch64), test, clippy, fmt, proto, and security audit jobs
  • Add release workflow for tag-based binary builds
  • Add CodeQL workflow for code security scanning (SAST)
  • Add Scorecards workflow for supply chain security evaluation
  • Update ci-conventions.md to reflect Linux-only builds and action versions

Testing

  • CI workflow triggers on push/PR to main
  • Build matrix runs on both x86_64 and aarch64
  • Nightly build does not block merge (continue-on-error)
  • CodeQL scans Rust code and uploads to Security tab
  • Scorecards runs and generates OpenSSF report
  • Release workflow triggers on tag push

@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.

@slow2342 slow2342 self-assigned this Jun 8, 2026
Add CI workflow with path filtering, build (x86_64 + aarch64), test,
clippy, fmt, proto, and security audit. Code-related jobs only run when
src/proto/tests or Cargo files change.

Add release workflow for tag-based binary builds. Add CodeQL and
Scorecards workflows for security scanning. Add separate audit workflow
for dependency vulnerability checks.

Update ci-conventions.md to reflect Linux-only builds and action versions.
@slow2342 slow2342 merged commit 5f37590 into main Jun 8, 2026
6 of 8 checks passed
@slow2342 slow2342 deleted the chore/github-ci branch June 8, 2026 06:03
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