Skip to content

feat: dispatch-parity quality improvements#44

Merged
jongio merged 2 commits intomainfrom
quality/dispatch-parity
Mar 16, 2026
Merged

feat: dispatch-parity quality improvements#44
jongio merged 2 commits intomainfrom
quality/dispatch-parity

Conversation

@jongio
Copy link
Owner

@jongio jongio commented Mar 15, 2026

Dispatch-Parity Quality Improvements

Brings azd-exec CI/CD and code quality to parity with jongio/dispatch.

CI/CD & Security

  • SHA-pinned all GitHub Actions to immutable commit SHAs
  • Added CODEOWNERS with @jongio
  • Added CodeQL security scanning workflow
  • Added govulncheck vulnerability scanning workflow
  • Added Dependabot for Go modules and GitHub Actions
  • Added cosign code signing and SBOM generation to release workflow
  • Added concurrency control to CI workflows

Code Quality

  • Upgraded golangci-lint config to proper v2 format (30+ linters)
  • Added deadcode detection, gofumpt formatting, cross-GOOS linting to Magefile
  • Fixed 2 lint issues (noctx, prealloc)
  • Added README badges (CI, Release, Go Report Card, Go Reference)
  • Updated cspell dictionary with lint-related terms

Files Changed

17 files changed, 291 insertions(+), 65 deletions(-)

Remove buzzword copy, obvious comments that restate adjacent code,
and generic filler text identified by anti-slop review.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jongio jongio force-pushed the quality/dispatch-parity branch from 20051e7 to 290974b Compare March 15, 2026 13:45
@github-actions
Copy link
Contributor

github-actions bot commented Mar 15, 2026

🚀 Website Preview

Your PR preview is ready!

📎 Preview URL: https://jongio.github.io/azd-exec/pr/44/

This preview will be automatically cleaned up when the PR is closed.

github-actions bot added a commit that referenced this pull request Mar 15, 2026
@jongio jongio force-pushed the quality/dispatch-parity branch from 290974b to 933ee4b Compare March 15, 2026 13:54
github-actions bot added a commit that referenced this pull request Mar 15, 2026
- Pin all GitHub Actions to full commit SHAs
- Add CODEOWNERS file
- Add Dependabot for go modules and github-actions
- Add concurrency control to CI/PR workflows
- Add CodeQL security scanning workflow
- Add govulncheck vulnerability scanning workflow
- Standardize golangci-lint config with 30+ linters
- Add dispatch-level linters (errname, exhaustive, forcetypeassert, etc.)
- Add gofumpt strict formatting checks
- Add deadcode detection
- Add cosign code signing to release workflow
- Add SBOM generation (SPDX + CycloneDX) to release workflow
- Add comprehensive README badges (CI, CodeQL, Go Report Card, etc.)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jongio jongio force-pushed the quality/dispatch-parity branch from 933ee4b to 814cbb7 Compare March 15, 2026 20:23
github-actions bot added a commit that referenced this pull request Mar 15, 2026
@jongio jongio merged commit 05e975c into main Mar 16, 2026
10 of 12 checks passed
@jongio jongio deleted the quality/dispatch-parity branch March 16, 2026 16:10
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