chore(deps): bump the actions group across 1 directory with 2 updates#177
Merged
Merged
Conversation
Collaborator
|
@dependabot rebase |
Bumps the actions group with 2 updates in the / directory: [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `sigstore/cosign-installer` from 3.9.1 to 4.1.2 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@398d4b0...6f9f177) Updates `goreleaser/goreleaser-action` from 7.2.2 to 7.2.3 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@5daf1e9...f06c13b) --- updated-dependencies: - dependency-name: goreleaser/goreleaser-action dependency-version: 7.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: sigstore/cosign-installer dependency-version: 4.1.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
6fa5015 to
acd5f2d
Compare
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
What
Dependabot bumps the actions group in
release.yml:sigstore/cosign-installer3.9.1 -> 4.1.2 (SHA-pinned) andgoreleaser/goreleaser-actionto the latest v7 pin.Why
Keeps the SHA-pinned release actions current. The cosign-installer major now installs cosign v3 (was v2.x), which includes bug fixes the upstream project recommends adopting.
How to verify
CI green is sufficient for the pin change itself; the workflow only runs on release. Our
.goreleaser.yamlsigns withcosign sign-blob --yes --output-certificate --output-signature, all of which remain supported in cosign v3 - confirm on the next tagged release that keyless signing still produces the.pem/.sigpair.Notes for reviewers
Body rewritten from the dependabot original to satisfy the PR-template gate; upstream release notes are in the PR's commit and the dependabot compare links: cosign-installer v3.9.1...v4.1.2, goreleaser-action compare.