Skip to content

build(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0#332

Merged
masutaka merged 1 commit into
mainfrom
dependabot/github_actions/goreleaser/goreleaser-action-7.1.0
May 3, 2026
Merged

build(deps): bump goreleaser/goreleaser-action from 7.0.0 to 7.1.0#332
masutaka merged 1 commit into
mainfrom
dependabot/github_actions/goreleaser/goreleaser-action-7.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps goreleaser/goreleaser-action from 7.0.0 to 7.1.0.

Release notes

Sourced from goreleaser/goreleaser-action's releases.

v7.1.0

What's Changed

New Contributors

Full Changelog: goreleaser/goreleaser-action@v7...v7.1.0

Commits
  • e24998b ci: drop pre-cosign-v3 goreleaser versions from tests (#554)
  • be2e8a3 docs: document cosign verification in README (#553)
  • 5e53f8e ci: add release-major-tag workflow (#552)
  • 4068afa build: drop docker-bake in favor of plain npm (#551)
  • 213ec80 docs: add CONTRIBUTING with pre-commit workflow
  • 4b462d3 feat: verify release checksum and cosign signature (#550)
  • 01cbe07 docs: Upgrade import GPG action version (#547)
  • 2a473d7 ci(deps): bump the actions group with 5 updates (#546)
  • fdcf0b9 clean: leftover files from node 22(?)
  • 9881cc5 fix: use new static URL
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 1, 2026
@dependabot dependabot Bot requested a review from masutaka as a code owner May 1, 2026 11:31
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 1, 2026
Copy link
Copy Markdown
Owner

@masutaka masutaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 undici was 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 with install-only: true and 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.yml only (+1 / -1).
  • Change content: Updated goreleaser/goreleaser-action with SHA pinning (ec59f474... v7.0.0 → e24998b8... v7.1.0).
  • Usage: Used only with install-only: true in the release job, 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.

@masutaka masutaka merged commit 7f1c943 into main May 3, 2026
8 checks passed
@masutaka masutaka deleted the dependabot/github_actions/goreleaser/goreleaser-action-7.1.0 branch May 3, 2026 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant