build(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.2#335
Merged
masutaka merged 1 commit intoJun 7, 2026
Merged
Conversation
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.1.0 to 7.2.2. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@e24998b...5daf1e9) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
masutaka
approved these changes
Jun 7, 2026
Owner
masutaka
left a comment
There was a problem hiding this comment.
Overview
- Package: goreleaser/goreleaser-action 7.1.0 → 7.2.2
- Dependency type: Development dependency (GitHub Actions / release workflow only)
- Version change: Minor
Key Findings
- Breaking Changes: None. Changes are feature additions and fixes only (v7.2.0 added the
version-fileinput and changed nightly to resolve tovX.Y.Z-<sha>-nightlyreleases; v7.2.1 fully removed usage of the oldnightlymoving tag; v7.2.2 fixed nightly resolution to select the newest published release). This repository uses the action withinstall-only: trueand does not use the nightly feature, so there is no impact. - Security: None. There are 0 open Dependabot alerts, and no alert is linked to this PR. This is a regular version-bump update.
- Supported versions: No change (no change to the action's runtime requirements).
- CI status: Pass. actionlint / codeql / dependency_review / test all succeeded. CodeQL and notification jobs are skipping (normal skip due to not being applicable).
- Cascading updates: None. The change is a single line in
.github/workflows/release.yml.
Scope of Impact
- The only changed file is
.github/workflows/release.yml, a single line (+1 / -1). - Updated via SHA pinning from
e24998b8...(v7.1.0) to5daf1e91...(v7.2.2). This repository usesinstall-only: true(only installs the GoReleaser binary) and does not use the added/changed inputs (version-file, etc.) or the nightly resolution logic, so there is no substantive impact on release behavior. - No impact on application code (Go source).
Supply Chain Verification
- The SHA pinned by the PR,
5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89, exactly matches the commit SHA of the v7.2.2 tag in the upstreamgoreleaser/goreleaser-action. - The upstream compare (v7.1.0...v7.2.2) is 8 commits. Changes are in CI workflows, tests,
src/*, anddist/index.js, consistent with the features described in the release notes (nightly resolution,version-fileinput). No suspicious script additions such aspostinstall, nor suspicious URLs/IPs were found. - Note: The above verifies the git tag contents; tarball tampering and obfuscated/time-delayed code are outside the scope of verification.
Conclusion
No issues.
This is a minor version bump with no Breaking Changes and no linked security alert. The SHA matches the v7.2.2 tag, and all CI checks pass. Since this repository uses install-only: true, it is unaffected by the new features and nightly changes. Safe to merge.
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.1.0 to 7.2.2.
Release notes
Sourced from goreleaser/goreleaser-action's releases.
Commits
5daf1e9fix: nightly resolution to select newest published release (#562)5cc7ebbci: update actions702f5f9ci(deps): bump the actions group with 3 updates (#560)1a80836ci(nightly): pass GITHUB_TOKEN to nightly integration joba71152erefactor: drop legacy 'nightly' tag fallback4c6ab56feat: resolve nightly to latest vX.Y.Z-<sha>-nightly release (#558)4f96abffeat: addversion-fileinput (#556)15fa2a9test: cover install across release eras (#555)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 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)