chore(actions)(deps): bump actions/attest-build-provenance from 1 to 2 #15

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/actions/attest-build-provenance-2 into main 2024-12-05 06:30:35 +01:00
dependabot[bot] commented 2024-12-05 06:25:41 +01:00 (Migrated from github.com)

Bumps actions/attest-build-provenance from 1 to 2.

Release notes

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

v2.0.0

The attest-build-provenance action now supports attesting multiple subjects simultaneously. When identifying multiple subjects with the subject-path 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.

What's Changed

Full Changelog: https://github.com/actions/attest-build-provenance/compare/v1.4.4...v2.0.0

v1.4.4

What's Changed

Full Changelog: https://github.com/actions/attest-build-provenance/compare/v1.4.3...v1.4.4

v1.4.3

What's Changed

Full Changelog: https://github.com/actions/attest-build-provenance/compare/v1.4.2...v1.4.3

v1.4.2

What's Changed

Full Changelog: https://github.com/actions/attest-build-provenance/compare/v1.4.1...v1.4.2

v1.4.1

What's Changed

Full Changelog: https://github.com/actions/attest-build-provenance/compare/v1.4.0...v1.4.1

v1.4.0

What's Changed

... (truncated)

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 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)
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 1 to 2. <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.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> <h2>v1.4.3</h2> <h2>What's Changed</h2> <ul> <li>Bump predicate from 1.1.2 to 1.1.3 by <a href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a href="https://redirect.github.com/actions/attest-build-provenance/pull/226">actions/attest-build-provenance#226</a> <ul> <li>Bump <code>@​actions/attest</code> from 1.3.1 to 1.4.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/actions/attest-build-provenance/pull/212">actions/attest-build-provenance#212</a></li> <li>Bump <code>@​actions/attest</code> from 1.4.1 to 1.4.2 by <a href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a href="https://redirect.github.com/actions/attest-build-provenance/pull/225">actions/attest-build-provenance#225</a></li> <li>Fix bug w/ customized OIDC issuer URL for enterprise accounts (<a href="https://redirect.github.com/actions/attest-build-provenance/issues/222">#222</a>)</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/attest-build-provenance/compare/v1.4.2...v1.4.3">https://github.com/actions/attest-build-provenance/compare/v1.4.2...v1.4.3</a></p> <h2>v1.4.2</h2> <h2>What's Changed</h2> <ul> <li>Bump actions/attest from 1.4.0 to 1.4.1 by <a href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a href="https://redirect.github.com/actions/attest-build-provenance/pull/209">actions/attest-build-provenance#209</a> <ul> <li>Includes bug fix for issue with authenticated proxies (<a href="https://redirect.github.com/actions/toolkit/issues/1798">actions/toolkit#1798</a>)</li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/attest-build-provenance/compare/v1.4.1...v1.4.2">https://github.com/actions/attest-build-provenance/compare/v1.4.1...v1.4.2</a></p> <h2>v1.4.1</h2> <h2>What's Changed</h2> <ul> <li>Update predicate action to 1.1.2 by <a href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a href="https://redirect.github.com/actions/attest-build-provenance/pull/197">actions/attest-build-provenance#197</a> <ul> <li>Dynamic construction of oidc issuer by <a href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a href="https://redirect.github.com/actions/attest-build-provenance/pull/195">actions/attest-build-provenance#195</a></li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/attest-build-provenance/compare/v1.4.0...v1.4.1">https://github.com/actions/attest-build-provenance/compare/v1.4.0...v1.4.1</a></p> <h2>v1.4.0</h2> <h2>What's Changed</h2> <ul> <li>Bump predicate action from 1.1.0 to 1.1.1 by <a href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a href="https://redirect.github.com/actions/attest-build-provenance/pull/182">actions/attest-build-provenance#182</a> <ul> <li>Fix for JWKS proxy bug</li> </ul> </li> <li>Bump actions/attest from 1.3.3 to 1.4.0 by <a href="https://github.com/bdehamer"><code>@​bdehamer</code></a> in <a href="https://redirect.github.com/actions/attest-build-provenance/pull/183">actions/attest-build-provenance#183</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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>See full diff in <a href="https://github.com/actions/attest-build-provenance/compare/v1...v2">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&new-version=2)](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 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) </details>
luketainton (Migrated from github.com) reviewed 2024-12-05 06:25:41 +01:00
Sign in to join this conversation.
No description provided.