Skip to content

build(deps): bump goreleaser/goreleaser-action from 7.1.0 to 7.2.2#335

Merged
masutaka merged 1 commit into
mainfrom
dependabot/github_actions/goreleaser/goreleaser-action-7.2.2
Jun 7, 2026
Merged

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 2, 2026

Bumps goreleaser/goreleaser-action from 7.1.0 to 7.2.2.

Release notes

Sourced from goreleaser/goreleaser-action's releases.

v7.2.2

What's Changed

New Contributors

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

v7.2.1

This fully removes the usage of the old nightly moving tag.

Full Changelog: goreleaser/goreleaser-action@v7.2.0...v7.2.1

v7.2.0

What's Changed

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

Commits
  • 5daf1e9 fix: nightly resolution to select newest published release (#562)
  • 5cc7ebb ci: update actions
  • 702f5f9 ci(deps): bump the actions group with 3 updates (#560)
  • 1a80836 ci(nightly): pass GITHUB_TOKEN to nightly integration job
  • a71152e refactor: drop legacy 'nightly' tag fallback
  • 4c6ab56 feat: resolve nightly to latest vX.Y.Z-<sha>-nightly release (#558)
  • 4f96abf feat: add version-file input (#556)
  • 15fa2a9 test: cover install across release eras (#555)
  • See full diff 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.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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 2, 2026
@dependabot dependabot Bot requested a review from masutaka as a code owner June 2, 2026 05:37
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 2, 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.

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-file input and changed nightly to resolve to vX.Y.Z-<sha>-nightly releases; v7.2.1 fully removed usage of the old nightly moving tag; v7.2.2 fixed nightly resolution to select the newest published release). This repository uses the action with install-only: true and 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) to 5daf1e91... (v7.2.2). This repository uses install-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 upstream goreleaser/goreleaser-action.
  • The upstream compare (v7.1.0...v7.2.2) is 8 commits. Changes are in CI workflows, tests, src/*, and dist/index.js, consistent with the features described in the release notes (nightly resolution, version-file input). No suspicious script additions such as postinstall, 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.

@masutaka masutaka merged commit b25c927 into main Jun 7, 2026
8 checks passed
@masutaka masutaka deleted the dependabot/github_actions/goreleaser/goreleaser-action-7.2.2 branch June 7, 2026 04:18
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