ci(github): consolidate test and lint into single workflow#2558
Open
vmaerten wants to merge 6 commits into
Open
ci(github): consolidate test and lint into single workflow#2558vmaerten wants to merge 6 commits into
vmaerten wants to merge 6 commits into
Conversation
76beb75 to
2cb7eaa
Compare
Restore the --output group options for better GitHub Actions log grouping, while keeping the separate build job for compilation check.
Preserve security hardening and version updates that main applied to the now-removed lint.yml/test.yml: pin actions by commit SHA, bump Go matrix to 1.25.10/1.26.x, golangci-lint to v2.12.2, and add read-only permissions.
442aab1 to
d1c1e07
Compare
Move the govulncheck job from security.yml into ci.yml and add it to the ci-status gate so it shares the CI concurrency group and is covered by the single required check. Drop the now-redundant security.yml.
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.
Summary
Why
The previous workflow had some issues:
Test plan