Pin CI actions, docs, fuzzers, and test fixes - #3
Merged
Conversation
Pin GitHub Actions to specific SHAs and update CI/nightly/release workflows (cache, setup-go, goreleaser, syft, cosign install, remove pages publish step, add goreleaser signing/parallelism). Add .gitattributes and several UI screenshots. Rewrite README/SECURITY wording and add verification instructions for signed checksums. Add goreleaser keyless cosign signing config. Add --yes CLI flag. Add fuzz tests for sqldialect and sqlguard. Improve tuitest session defaults (timeout) and Close behavior, plus tests ensuring hung programs are killed. Minor tooling text change in checks.go and zizmor pin change.
Add a dedicated CodeQL config that ignores generated parser sources and enables the security-and-quality query pack. Update the workflow to use that config so CodeQL stays focused on handwritten Go code without scanning vendored parser output.
Embed a new gopher image (img/gopher.png) in the README, update and standardize project badges to styled shields (CI, nightly, Go module, platforms, licence, status), and add a Contributors section with a contrib.rocks image link and pointer to CONTRIBUTING.md.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What and why
README and CI workflows
Checklist
go run ./src/tools/cmd/dev check --cipasses