ci: bump goreleaser/goreleaser-action from 7.1.0 to 7.2.1#147
Conversation
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 7.1.0 to 7.2.1. - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@e24998b...1a80836) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
LGTM — Dependabot bump pinned to a full commit SHA.
Extended reasoning...
Overview
This PR bumps the goreleaser/goreleaser-action GitHub Action from v7.1.0 to v7.2.1 in .github/workflows/release.yml. It is a single-line change to a SHA pin (with the version comment updated alongside).
Security risks
None of note. The action is pinned to a full commit SHA (1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8), which is the project's established supply-chain hardening pattern (an explicit comment in the workflow confirms this convention). The upstream changelog covers internal nightly-tag handling and a new version-file input — neither affects how this repo invokes the action (it uses version: "~> v2" and args: release --clean).
Level of scrutiny
Low. This is a mechanical, Dependabot-generated dependency bump with no logic changes, no new inputs, and no permission changes. The release workflow already uses minimal permissions and OIDC, and they are unchanged.
Other factors
The bug-hunting system found no issues. No human reviewer comments are pending. This fits squarely within the "simple, mechanical, obvious" category appropriate for shadow approval.
Bumps goreleaser/goreleaser-action from 7.1.0 to 7.2.1.
Release notes
Sourced from goreleaser/goreleaser-action's releases.
Commits
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)