Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2025

Bumps actions/attest-build-provenance from 3.0.0 to 3.1.0.

Release notes

Sourced from actions/attest-build-provenance's releases.

v3.1.0

What's Changed

New Contributors

Full Changelog: actions/attest-build-provenance@v3...v3.1.0

Commits
  • 00014ed Add support for creating artifact metadata storage records (#779)
  • 8835c60 Bump @​actions/attest from 2.0.0 to 2.1.0 (#775)
  • 331a7ac Bump @​types/node from 24.10.1 to 25.0.2 (#774)
  • bd4fc03 Bump the npm-development group with 5 updates (#773)
  • 5dea0e5 Bump actions/upload-artifact from 5.0.0 to 6.0.0 (#772)
  • 4f2d058 Bump github/codeql-action in the actions-minor group (#771)
  • c6f9859 Bump the actions-minor group with 3 updates (#765)
  • 61d781f Bump the npm-development group with 3 updates (#766)
  • ca0aaa1 Bump the npm-development group with 2 updates (#759)
  • 2dc334f Bump github/codeql-action in the actions-minor group (#760)
  • Additional commits viewable 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 19, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 19, 2025 14:02
@dependabot dependabot bot requested a review from babakks December 19, 2025 14:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 19, 2025
@babakks
Copy link
Member

babakks commented Dec 19, 2025

@malancas @bdehamer I can't really test this upgrade (as I usually do with dep upgrades) since it's part of the final stage of the release workflow. Just double checking with you to merge this, because to me it looks like a safe bump.

@babakks
Copy link
Member

babakks commented Dec 19, 2025

Also, note that we don't have the artifact-metadata: write permission in our workflow. Do you suggest explicitly disabling the new create-storage-record option?

@malancas
Copy link
Contributor

Also, note that we don't have the artifact-metadata: write permission in our workflow. Do you suggest explicitly disabling the new create-storage-record option?

The Action will gracefully handle errors related to the missing permission and complete successfully. It will print some warning logs related to the missing permission, so if you'd like to disable those warning logs, explicitly disable create-storage-record.

@babakks
Copy link
Member

babakks commented Dec 19, 2025

Thanks for the information, @malancas. Yeah, it feels right to avoid warnings. I'll push a commit and ask for your review.

@babakks
Copy link
Member

babakks commented Dec 19, 2025

@dependabot rebase

Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/attest-build-provenance/releases)
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
- [Commits](actions/attest-build-provenance@977bb37...00014ed)

---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/attest-build-provenance-3.1.0 branch from 69d5e6c to 4f5e755 Compare December 19, 2025 19:13
@babakks babakks requested a review from malancas December 19, 2025 19:18
@babakks babakks enabled auto-merge December 19, 2025 19:31
@babakks babakks merged commit baf6299 into trunk Dec 19, 2025
9 checks passed
@babakks babakks deleted the dependabot/github_actions/actions/attest-build-provenance-3.1.0 branch December 19, 2025 19:34
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.

3 participants