Skip to content

Commit

Permalink
chore(deps): bump actions/attest-build-provenance from 1.4.3 to 2.1.0…
Browse files Browse the repository at this point in the history
… in the actions group across 1 directory (#594)

Bumps the actions group with 1 update in the / directory:
[actions/attest-build-provenance](https://github.com/actions/attest-build-provenance).

Updates `actions/attest-build-provenance` from 1.4.3 to 2.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/attest-build-provenance/releases">actions/attest-build-provenance's
releases</a>.</em></p>
<blockquote>
<h2>v2.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Update README w/ note about GH plans supporting attestations by <a
href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a
href="https://redirect.github.com/actions/attest-build-provenance/pull/414">actions/attest-build-provenance#414</a></li>
<li>Add <code>attestation-id</code> and <code>attestation-url</code>
outputs by <a
href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a
href="https://redirect.github.com/actions/attest-build-provenance/pull/415">actions/attest-build-provenance#415</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/attest-build-provenance/compare/v2.0.1...v2.1.0">https://github.com/actions/attest-build-provenance/compare/v2.0.1...v2.1.0</a></p>
<h2>v2.0.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump actions/attest from 2.0.0 to 2.0.1 by <a
href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a
href="https://redirect.github.com/actions/attest-build-provenance/pull/406">actions/attest-build-provenance#406</a>
<ul>
<li>Deduplicate subjects before adding to in-toto statement</li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/attest-build-provenance/compare/v2.0.0...v2.0.1">https://github.com/actions/attest-build-provenance/compare/v2.0.0...v2.0.1</a></p>
<h2>v2.0.0</h2>
<p>The <code>attest-build-provenance</code> action now supports
attesting multiple subjects simultaneously. When identifying multiple
subjects with the <code>subject-path</code> input a single attestation
is created with references to each of the supplied subjects, rather than
generating separate attestations for each artifact. This reduces the
number of attestations that you need to create and manage.</p>
<h2>What's Changed</h2>
<ul>
<li>Bump cross-spawn from 7.0.3 to 7.0.6 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/attest-build-provenance/pull/319">actions/attest-build-provenance#319</a></li>
<li>Prepare v2.0.0 release by <a
href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a
href="https://redirect.github.com/actions/attest-build-provenance/pull/321">actions/attest-build-provenance#321</a>
<ul>
<li>Bump <code>actions/attest</code> from 1.4.1 to 2.0.0 (w/
multi-subject attestation support)</li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/attest-build-provenance/compare/v1.4.4...v2.0.0">https://github.com/actions/attest-build-provenance/compare/v1.4.4...v2.0.0</a></p>
<h2>v1.4.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump predicate action from 1.1.3 to 1.1.4 by <a
href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a
href="https://redirect.github.com/actions/attest-build-provenance/pull/310">actions/attest-build-provenance#310</a>
<ul>
<li>Bump <code>@​actions/core</code> from 1.10.1 to 1.11.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/attest-build-provenance/pull/275">actions/attest-build-provenance#275</a></li>
<li>Bump <code>@​actions/attest</code> from 1.4.2 to 1.5.0 by <a
href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a
href="https://redirect.github.com/actions/attest-build-provenance/pull/309">actions/attest-build-provenance#309</a>
<ul>
<li>Fix SLSA provenance bug related to <code>workflow_ref</code> OIDC
token claims containing the &quot;@&quot; symbol in the tag name (<a
href="https://redirect.github.com/actions/toolkit/pull/1863">actions/toolkit#1863</a>)</li>
</ul>
</li>
</ul>
</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/attest-build-provenance/compare/v1.4.3...v1.4.4">https://github.com/actions/attest-build-provenance/compare/v1.4.3...v1.4.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/7668571508540a607bdfd90a87a560489fe372eb"><code>7668571</code></a>
add attestation-id and attestation-url outputs (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/415">#415</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/9ad33ffaddb53bc4c03a302c75a8f61a8a407e35"><code>9ad33ff</code></a>
add note about gh plans supporting attestations (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/414">#414</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/f2f085173116cc1c42a2da158556e2c24eb2b65f"><code>f2f0851</code></a>
Bump the npm-development group with 2 updates (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/412">#412</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/c4fbc648846ca6f503a13a2281a5e7b98aa57202"><code>c4fbc64</code></a>
bump actions/attest from 2.0.0 to 2.0.1 (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/406">#406</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/619dbb2e03e0189af0c55118e7d3c5e129e99726"><code>619dbb2</code></a>
bump actions/attest to v2.0.0 (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/321">#321</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/90d4930a582251a9465e72cbb2584ebbab88b1bd"><code>90d4930</code></a>
Bump the npm-development group with 3 updates (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/329">#329</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/fb315c1e2bb409fbdecdcc96d8f3f364664c2aee"><code>fb315c1</code></a>
Bump the npm-development group with 5 updates (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/323">#323</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/a379071546e82e79104ace919b0399ecb52c6f87"><code>a379071</code></a>
Bump cross-spawn from 7.0.3 to 7.0.6 (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/319">#319</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/dada0c3b62db61803b192ec65edf06260cb71f18"><code>dada0c3</code></a>
Bump the npm-development group across 1 directory with 5 updates (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/317">#317</a>)</li>
<li><a
href="https://github.com/actions/attest-build-provenance/commit/ef244123eb79f2f7a7e75d99086184180e6d0018"><code>ef24412</code></a>
bump predicate from 1.1.3 to 1.1.4 (<a
href="https://redirect.github.com/actions/attest-build-provenance/issues/310">#310</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/attest-build-provenance/compare/1c608d11d69870c2092266b3f9a6f3abbf17002c...7668571508540a607bdfd90a87a560489fe372eb">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/attest-build-provenance&package-manager=github_actions&previous-version=1.4.3&new-version=2.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent beb6037 commit 51f00fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
path: dist

- name: Generate artifact attestation for sdist and wheel
uses: actions/attest-build-provenance@1c608d11d69870c2092266b3f9a6f3abbf17002c # v1.4.3
uses: actions/attest-build-provenance@7668571508540a607bdfd90a87a560489fe372eb # v2.1.0
with:
subject-path: "dist/hist-*"

Expand Down

0 comments on commit 51f00fe

Please sign in to comment.