Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump the ci group across 1 directory with 3 updates (#957)
Bumps the ci group with 3 updates in the / directory: [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request), [anchore/sbom-action](https://github.com/anchore/sbom-action) and [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer). Updates `thollander/actions-comment-pull-request` from 2.5.0 to 3.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/thollander/actions-comment-pull-request/releases">thollander/actions-comment-pull-request's releases</a>.</em></p> <blockquote> <h2>v3.0.0</h2> <h2>What's Changed</h2> <ul> <li>chore(deps-dev): bump typescript from 5.2.2 to 5.3.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/thollander/actions-comment-pull-request/pull/326">thollander/actions-comment-pull-request#326</a></li> <li>chore(deps-dev): bump prettier from 3.0.3 to 3.2.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/thollander/actions-comment-pull-request/pull/350">thollander/actions-comment-pull-request#350</a></li> <li>chore(deps-dev): bump <code>@tsconfig/node20</code> from 20.1.2 to 20.1.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/thollander/actions-comment-pull-request/pull/367">thollander/actions-comment-pull-request#367</a></li> <li>chore(deps-dev): bump typescript from 5.3.3 to 5.6.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/thollander/actions-comment-pull-request/pull/390">thollander/actions-comment-pull-request#390</a></li> <li>chore(deps-dev): bump <code>@types/node</code> from 20.8.7 to 22.7.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/thollander/actions-comment-pull-request/pull/389">thollander/actions-comment-pull-request#389</a></li> <li>feat: manage delete modes in a better way + consistent input naming by <a href="https://github.com/thollander"><code>@thollander</code></a> in <a href="https://redirect.github.com/thollander/actions-comment-pull-request/pull/391">thollander/actions-comment-pull-request#391</a></li> </ul> <h2>Breaking changes</h2> <h3>Parameters</h3> <ul> <li>From <code>filePath</code> to <code>file-path</code></li> <li>From <code>GITHUB_TOKEN</code> to <code>github-token</code></li> <li>From <code>pr_number</code> to <code>pr-number</code></li> <li>From <code>comment_tag</code> to <code>comment-tag</code></li> <li>From <code>create_if_not_exists</code> to <code>create-if-not-exists</code></li> </ul> <h3>Mode</h3> <p><code>delete</code> now deletes a comment immediately. To delete the comment at the end of the job, use <code>delete-on-completion</code> mode.</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/thollander/actions-comment-pull-request/compare/v2...v3.0.0">https://github.com/thollander/actions-comment-pull-request/compare/v2...v3.0.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/thollander/actions-comment-pull-request/commit/e2c37e53a7d2227b61585343765f73a9ca57eda9"><code>e2c37e5</code></a> Merge pull request <a href="https://redirect.github.com/thollander/actions-comment-pull-request/issues/391">#391</a> from thollander/v3</li> <li><a href="https://github.com/thollander/actions-comment-pull-request/commit/65f9e5c9a1f2cd378bd74b2e057c9736982a8e74"><code>65f9e5c</code></a> docs: add migration guide</li> <li><a href="https://github.com/thollander/actions-comment-pull-request/commit/107ab45b779fd2e067ae8280372c847b18cd4b12"><code>107ab45</code></a> feat: manage delete modes in a better way</li> <li><a href="https://github.com/thollander/actions-comment-pull-request/commit/ce644a4ba466eb7e94ddef442fbaf2ac1ae7af35"><code>ce644a4</code></a> chore(deps-dev): bump <code>@types/node</code> from 20.8.7 to 22.7.5 (<a href="https://redirect.github.com/thollander/actions-comment-pull-request/issues/389">#389</a>)</li> <li><a href="https://github.com/thollander/actions-comment-pull-request/commit/52f13cbcc809c634d886a0c6b129031dc7961f8e"><code>52f13cb</code></a> chore(deps-dev): bump typescript from 5.3.3 to 5.6.3 (<a href="https://redirect.github.com/thollander/actions-comment-pull-request/issues/390">#390</a>)</li> <li><a href="https://github.com/thollander/actions-comment-pull-request/commit/77f7e428bd96191a58dcf8320c70ef69e1850658"><code>77f7e42</code></a> chore(deps-dev): bump <code>@tsconfig/node20</code> from 20.1.2 to 20.1.4 (<a href="https://redirect.github.com/thollander/actions-comment-pull-request/issues/367">#367</a>)</li> <li><a href="https://github.com/thollander/actions-comment-pull-request/commit/e5dae98d09bd6c013ca3f3eb1cf16d7f167922a9"><code>e5dae98</code></a> chore(deps-dev): bump prettier from 3.0.3 to 3.2.5 (<a href="https://redirect.github.com/thollander/actions-comment-pull-request/issues/350">#350</a>)</li> <li><a href="https://github.com/thollander/actions-comment-pull-request/commit/bc14ce351a6a25022a490f2be0570c700083a7fe"><code>bc14ce3</code></a> chore(deps-dev): bump typescript from 5.2.2 to 5.3.3 (<a href="https://redirect.github.com/thollander/actions-comment-pull-request/issues/326">#326</a>)</li> <li>See full diff in <a href="https://github.com/thollander/actions-comment-pull-request/compare/v2.5.0...v3.0.0">compare view</a></li> </ul> </details> <br /> Updates `anchore/sbom-action` from 0.17.2 to 0.17.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/anchore/sbom-action/releases">anchore/sbom-action's releases</a>.</em></p> <blockquote> <h2>v0.17.3</h2> <h2>Changes in v0.17.3</h2> <ul> <li>chore(deps): update Syft to v1.14.0 (<a href="https://redirect.github.com/anchore/sbom-action/issues/498">#498</a>) [<a href="https://github.com/anchore-actions-token-generator">anchore-actions-token-generator</a>]</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/anchore/sbom-action/commit/f5e124a5e5e1d497a692818ae907d3c45829d033"><code>f5e124a</code></a> chore(deps): bump peter-evans/create-pull-request from 6.1.0 to 7.0.5 (<a href="https://redirect.github.com/anchore/sbom-action/issues/493">#493</a>)</li> <li><a href="https://github.com/anchore/sbom-action/commit/eff08d02ac5d0e2422e16dcd015d6e38fc0c4271"><code>eff08d0</code></a> chore: configure changelog-ignore label (<a href="https://redirect.github.com/anchore/sbom-action/issues/499">#499</a>)</li> <li><a href="https://github.com/anchore/sbom-action/commit/18f9bdeed73d2077650049195c23cc2837e584ad"><code>18f9bde</code></a> chore: remove snapshot tests; fix deprecation errors for outdated packages (#...</li> <li><a href="https://github.com/anchore/sbom-action/commit/2e8723687bef46234761baa3b3043f07b02b584b"><code>2e87236</code></a> add release docs (<a href="https://redirect.github.com/anchore/sbom-action/issues/500">#500</a>)</li> <li><a href="https://github.com/anchore/sbom-action/commit/4a914bc36a0527cbd2155e1f4665d7cc1e41615b"><code>4a914bc</code></a> chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 (<a href="https://redirect.github.com/anchore/sbom-action/issues/497">#497</a>)</li> <li><a href="https://github.com/anchore/sbom-action/commit/8cb9966eff29370ee4e117ab5ebd2cf0c79d72f8"><code>8cb9966</code></a> chore(deps): update Syft to v1.14.0 (<a href="https://redirect.github.com/anchore/sbom-action/issues/498">#498</a>)</li> <li><a href="https://github.com/anchore/sbom-action/commit/beb779bf2267bb1c0ac81cb31db729cdfcc963aa"><code>beb779b</code></a> Update README to include bit about permissions near the top (<a href="https://redirect.github.com/anchore/sbom-action/issues/496">#496</a>)</li> <li><a href="https://github.com/anchore/sbom-action/commit/87b31375ff0202fe594a3d320ac9a3da8c4aeb09"><code>87b3137</code></a> chore(deps): update Syft to v1.13.0 (<a href="https://redirect.github.com/anchore/sbom-action/issues/488">#488</a>)</li> <li><a href="https://github.com/anchore/sbom-action/commit/5cc1a40ded6c8c20f57ff3e5bcf40234823a418b"><code>5cc1a40</code></a> chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 (<a href="https://redirect.github.com/anchore/sbom-action/issues/495">#495</a>)</li> <li><a href="https://github.com/anchore/sbom-action/commit/dbef89671963c1a5a3f4a6e505f8d4af12d886ee"><code>dbef896</code></a> add awaiting response management (<a href="https://redirect.github.com/anchore/sbom-action/issues/494">#494</a>)</li> <li>Additional commits viewable in <a href="https://github.com/anchore/sbom-action/compare/61119d458adab75f756bc0b9e4bde25725f86a7a...f5e124a5e5e1d497a692818ae907d3c45829d033">compare view</a></li> </ul> </details> <br /> Updates `sigstore/cosign-installer` from 3.6.0 to 3.7.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sigstore/cosign-installer/releases">sigstore/cosign-installer's releases</a>.</em></p> <blockquote> <h2>v3.7.0</h2> <h2>What's Changed</h2> <ul> <li>Bump actions/checkout from 4.1.7 to 4.2.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/sigstore/cosign-installer/pull/172">sigstore/cosign-installer#172</a></li> <li>bump for latest cosign v2.4.1 release by <a href="https://github.com/bobcallaway"><code>@bobcallaway</code></a> in <a href="https://redirect.github.com/sigstore/cosign-installer/pull/173">sigstore/cosign-installer#173</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/sigstore/cosign-installer/compare/v3.6.0...v3.7.0">https://github.com/sigstore/cosign-installer/compare/v3.6.0...v3.7.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sigstore/cosign-installer/commit/dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da"><code>dc72c7d</code></a> bump for latest cosign v2.4.1 release (<a href="https://redirect.github.com/sigstore/cosign-installer/issues/173">#173</a>)</li> <li><a href="https://github.com/sigstore/cosign-installer/commit/08bb361e01a71697a353a4d79b633cccf31f5530"><code>08bb361</code></a> Bump actions/checkout from 4.1.7 to 4.2.0 (<a href="https://redirect.github.com/sigstore/cosign-installer/issues/172">#172</a>)</li> <li>See full diff in <a href="https://github.com/sigstore/cosign-installer/compare/v3.6.0...v3.7.0">compare view</a></li> </ul> </details> <br /> 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> Co-authored-by: Hilmar Falkenberg <[email protected]>
- Loading branch information