build(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0#332
Merged
masutaka merged 1 commit intoMay 3, 2026
Merged
Conversation
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.0.0 to 7.1.0. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@ec59f47...e24998b) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
masutaka
approved these changes
May 3, 2026
Owner
masutaka
left a comment
There was a problem hiding this comment.
Summary
- Package: goreleaser/goreleaser-action 7.0.0 → 7.1.0
- Dependency type: Development dependency (GitHub Actions, used only in the release workflow)
- Version change: Minor
Key Findings
- Breaking Changes: None. The v7.1.0 release notes do not mention any breaking changes. As a SemVer minor update, backward compatibility is expected.
- Security: No CVE is referenced for the action itself. However, the internal dependency
undiciwas bumped from 6.23.0 to 6.24.1, and v6.24.0 fixed 5 CVEs (CVE-2026-1525 / 1526 / 1527 / 1528 / 2229, all Medium to High). These cover HTTP request smuggling, CRLF injection, and WebSocket-related crashes / memory consumption. Since this repository only uses the action withinstall-only: trueand does not actively rely on HTTP / WebSocket features, the practical risk is low, but updating is still worthwhile to remove vulnerable versions from the dependency tree. - Supported versions: No changes to language or runtime minimum versions are noted.
- Cascading updates: None. The change in this repository is a single line in
.github/workflows/release.yml(action reference SHA and version comment update).
Impact Scope
- Changed files:
.github/workflows/release.ymlonly (+1 / -1). - Change content: Updated
goreleaser/goreleaser-actionwith SHA pinning (ec59f474...v7.0.0 →e24998b8...v7.1.0). - Usage: Used only with
install-only: truein thereleasejob, limited to installing the GoReleaser binary. Since this only runs on release tag push, the impact is confined to production build/release time. - The main new feature in v7.1.0 is "release checksum and cosign signature verification," but because this repository uses
install-only: true, the impact is judged to be minimal.
Conclusion
No issues.
This is a minor update of a development dependency with SHA pinning updated, and the usage is limited to install-only. There are no breaking changes, no cascading updates, and the impact is contained within the release workflow.
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.
Bumps goreleaser/goreleaser-action from 7.0.0 to 7.1.0.
Release notes
Sourced from goreleaser/goreleaser-action's releases.
Commits
e24998bci: drop pre-cosign-v3 goreleaser versions from tests (#554)be2e8a3docs: document cosign verification in README (#553)5e53f8eci: add release-major-tag workflow (#552)4068afabuild: drop docker-bake in favor of plain npm (#551)213ec80docs: add CONTRIBUTING with pre-commit workflow4b462d3feat: verify release checksum and cosign signature (#550)01cbe07docs: Upgrade import GPG action version (#547)2a473d7ci(deps): bump the actions group with 5 updates (#546)fdcf0b9clean: leftover files from node 22(?)9881cc5fix: use new static URLDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)