Skip to content

Add release workflow and port common patterns#34

Merged
wagoodman merged 1 commit into
mainfrom
improve-automations
Apr 8, 2026
Merged

Add release workflow and port common patterns#34
wagoodman merged 1 commit into
mainfrom
improve-automations

Conversation

@wagoodman

Copy link
Copy Markdown
Contributor
  • Switched to go-make: Replaced Makefile with go-make (Makefile now acts as a thin shim)
  • Added binny for tool management: New .binny.yaml with 7-day cooldown for version updates
  • Added release workflow: release.yaml using anchore/workflows for version checks, gating, and tag creation
  • Added CodeQL workflow: codeql.yaml for security scanning of Go code and GitHub Actions
  • Updated dependabot: Weekly schedule (Fridays), PR grouping for minor/patch updates, individual PRs for major and security updates
  • Updated bootstrap action: Now caches .tool/ directory based on .binny.yaml hash

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
@wagoodman wagoodman force-pushed the improve-automations branch from b78eee5 to 907d06a Compare April 8, 2026 15:39
@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.

@wagoodman wagoodman merged commit 90da471 into main Apr 8, 2026
9 checks passed
@wagoodman wagoodman deleted the improve-automations branch April 8, 2026 15:44
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