go.mod: Bump scorecard/v5 to v5.4.1-0.20260416042454-4b8e9d1b5db8#817
Merged
jeffmendoza merged 2 commits intoossf:mainfrom Apr 17, 2026
Merged
go.mod: Bump scorecard/v5 to v5.4.1-0.20260416042454-4b8e9d1b5db8#817jeffmendoza merged 2 commits intoossf:mainfrom
jeffmendoza merged 2 commits intoossf:mainfrom
Conversation
Signed-off-by: Stephen Augustus <foo@auggie.dev>
Member
Author
|
@copilot — Fix failing status checks |
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project’s Go dependencies to track an unreleased commit of github.com/ossf/scorecard/v5 as part of Scorecard’s release preparation.
Changes:
- Bump
github.com/ossf/scorecard/v5tov5.4.1-0.20260416042454-4b8e9d1b5db8. - Refresh the indirect dependency set in
go.modto align with the new Scorecard commit. - Regenerate
go.sumentries to match the updated module graph.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Bumps Scorecard and updates/introduces a number of indirect requirements pulled in by the new version. |
| go.sum | Updates checksum set to reflect the new resolved dependency graph. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Run go mod tidy to remove dgrijalva/jwt-go (archived/unmaintained) and 10 other stale indirect dependencies no longer in the module graph - Extract "open" and "closed" string literals in pkg/issue/issue.go into issueStateOpen/issueStateClosed constants to fix goconst lint failures Addresses PR ossf#817 review feedback: - Copilot flagged dgrijalva/jwt-go supply-chain risk - CI lint job failed on goconst violations Signed-off-by: Stephen Augustus <foo@auggie.dev> Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Stephen Augustus <foo@auggie.dev>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
jeffmendoza
approved these changes
Apr 17, 2026
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.
Scorecard is prepping a release, but we still have some tweaks before it's ready to go.
In the meantime, let's capture the dep bumps from https://github.com/ossf/scorecard/tree/4b8e9d1b5db8f986de4f4c666f05694f8252bfa4.