Skip to content

ci(deps): bump sigstore/cosign-installer from 4.0.0 to 4.1.0#16

Merged
cvsouth merged 6 commits intomainfrom
dependabot/github_actions/sigstore/cosign-installer-4.1.0
Mar 17, 2026
Merged

ci(deps): bump sigstore/cosign-installer from 4.0.0 to 4.1.0#16
cvsouth merged 6 commits intomainfrom
dependabot/github_actions/sigstore/cosign-installer-4.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps sigstore/cosign-installer from 4.0.0 to 4.1.0.

Release notes

Sourced from sigstore/cosign-installer's releases.

v4.1.0

What's Changed

We recommend updating as soon as possible as this includes bug fixes for Cosign. We also recommend removing with: cosign-release and strongly discourage using cosign-release unless you have a specific reason to use an older version of Cosign.

Full Changelog: sigstore/cosign-installer@v4.0.0...v4.1.0

Commits

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 [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases)
- [Commits](sigstore/cosign-installer@faadad0...ba7bc0a)

---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
  dependency-version: 4.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 16, 2026

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from cvsouth as a code owner March 16, 2026 09:44
github-actions[bot]
github-actions bot previously approved these changes Mar 16, 2026
cvsouth added 2 commits March 17, 2026 14:49
The nil check on sr after a guarded t.Fatalf caused staticcheck to
infer sr could be nil, triggering a false SA5011 on the subsequent
dereference. Removing the redundant check resolves the lint error.
github-actions[bot]
github-actions bot previously approved these changes Mar 17, 2026
github-actions[bot]
github-actions bot previously approved these changes Mar 17, 2026
…5011)

Staticcheck SA5011 flags dereferences after nil-guard + t.Fatal as
possible nil pointer dereferences. Adding explicit return statements
after t.Fatal makes the unreachability clear to the analyzer.
github-actions[bot]
github-actions bot previously approved these changes Mar 17, 2026
Remove redundant nil checks where the error path already guards via
t.Fatalf, and add explicit return statements after t.Fatal where the
nil check is genuinely needed but staticcheck cannot prove termination.
@cvsouth cvsouth merged commit 180bf77 into main Mar 17, 2026
5 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/sigstore/cosign-installer-4.1.0 branch March 17, 2026 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant