dependabot[bot] opened a new pull request, #42969: URL: https://github.com/apache/superset/pull/42969
Bumps [Kesin11/actions-timeline](https://github.com/kesin11/actions-timeline) from 3.1.1 to 3.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kesin11/actions-timeline/releases">Kesin11/actions-timeline's releases</a>.</em></p> <blockquote> <h2>v3.2.0</h2> <h2><a href="https://github.com/Kesin11/actions-timeline/compare/v3.1.1...v3.2.0">v3.2.0</a></h2> <h2>Changes</h2> <p><strong>Support new <a href="https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#jobsjob_idstepsparallel"><code>parallel</code> syntax</a></strong>.</p> <p>Similar to composite action expansion, an overall parent span is created for steps executed in parallel. Child span names for steps running in parallel in the background are prefixed with (bg).</p> <p>Sample screenshot: <a href="https://github.com/user-attachments/assets/d92027fc-ded2-4b6e-9ab0-e3923b698ec3">https://github.com/user-attachments/assets/d92027fc-ded2-4b6e-9ab0-e3923b698ec3</a></p> <h2>Features</h2> <ul> <li>timeline: Render parallel steps concurrently <a href="https://github.com/Kesin11"><code>@Kesin11</code></a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/362">#362</a>)</li> </ul> <h2>Fixes</h2> <ul> <li>composite: Skip synthetic parallel parents <a href="https://github.com/Kesin11"><code>@Kesin11</code></a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/363">#363</a>)</li> </ul> <h2>Dependencies</h2> <!-- raw HTML omitted --> <ul> <li>chore(deps): update node.js to v24.18.1 @<a href="https://github.com/apps/renovate">renovate[bot]</a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/361">#361</a>)</li> <li>chore(deps): update dependency deno to v2.9.4 @<a href="https://github.com/apps/renovate">renovate[bot]</a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/360">#360</a>)</li> <li>chore(deps): update jdx/mise-action action to v4.2.3 @<a href="https://github.com/apps/renovate">renovate[bot]</a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/357">#357</a>)</li> <li>chore(deps): update dependency deno to v2.9.3 @<a href="https://github.com/apps/renovate">renovate[bot]</a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/356">#356</a>)</li> <li>chore(deps): update actions/setup-node action to v7 @<a href="https://github.com/apps/renovate">renovate[bot]</a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/355">#355</a>)</li> <li>chore(deps): update auto merge major github-actions @<a href="https://github.com/apps/renovate">renovate[bot]</a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/354">#354</a>)</li> <li>chore(deps): update dependency deno to v2.9.2 @<a href="https://github.com/apps/renovate">renovate[bot]</a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/353">#353</a>)</li> <li>chore(deps): update dependency deno to v2.9.1 @<a href="https://github.com/apps/renovate">renovate[bot]</a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/352">#352</a>)</li> <li>chore(deps): update dependency deno to v2.9.0 @<a href="https://github.com/apps/renovate">renovate[bot]</a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/351">#351</a>)</li> <li>chore(deps): update dependency <code>@std/collections</code> to ^1.3.0 @<a href="https://github.com/apps/renovate">renovate[bot]</a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/350">#350</a>)</li> <li>chore(deps): update dependency <code>@std/yaml</code> to ^1.1.2 @<a href="https://github.com/apps/renovate">renovate[bot]</a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/349">#349</a>)</li> <li>chore(deps): update dependency <code>@std/encoding</code> to ^1.0.11 @<a href="https://github.com/apps/renovate">renovate[bot]</a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/348">#348</a>)</li> <li>chore(deps): update node.js to v24 @<a href="https://github.com/apps/renovate">renovate[bot]</a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/346">#346</a>)</li> </ul> <!-- raw HTML omitted --> <h2>Internal improvement</h2> <ul> <li>Fix GitHub App token creation in rebundle workflow <a href="https://github.com/Kesin11"><code>@Kesin11</code></a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/359">#359</a>)</li> <li>Using new parallel syntax for dogfooding <a href="https://github.com/Kesin11"><code>@Kesin11</code></a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/358">#358</a>)</li> <li>fix: migrate release-drafter.yml to v7 config schema <a href="https://github.com/Kesin11"><code>@Kesin11</code></a> (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/347">#347</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Kesin11/actions-timeline/commit/57fc93f20c6da7fbc14063c6d24a2a5627c799ad"><code>57fc93f</code></a> composite: Skip synthetic parallel parents (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/363">#363</a>)</li> <li><a href="https://github.com/Kesin11/actions-timeline/commit/b387c7a3a185d596a717192adc28851939b2dca8"><code>b387c7a</code></a> Skip parallel parents during composite matching</li> <li><a href="https://github.com/Kesin11/actions-timeline/commit/74e45cd1271e9010cdd8c09330dde741fad97643"><code>74e45cd</code></a> timeline: Render parallel steps concurrently (<a href="https://redirect.github.com/kesin11/actions-timeline/issues/362">#362</a>)</li> <li><a href="https://github.com/Kesin11/actions-timeline/commit/845b827e8e332e7f69e3948f12417f3a2bfbc290"><code>845b827</code></a> Ignore parent-like names inside parallel groups</li> <li><a href="https://github.com/Kesin11/actions-timeline/commit/e503bd9be17bc9c5e80e4c50072e64bc7777d754"><code>e503bd9</code></a> Update sample screenshot</li> <li><a href="https://github.com/Kesin11/actions-timeline/commit/f76d69a02a0548525a92530bf3871b79f0c4cbe2"><code>f76d69a</code></a> Derive parallel children from log markers</li> <li><a href="https://github.com/Kesin11/actions-timeline/commit/6a2cd4e49f18d1d3276061890a4ab7d21ba66a21"><code>6a2cd4e</code></a> Omit too detailed description</li> <li><a href="https://github.com/Kesin11/actions-timeline/commit/375498b7ea3b526b793a3eefa03b57bccb1f5aa8"><code>375498b</code></a> Avoid parallel and composite name collisions</li> <li><a href="https://github.com/Kesin11/actions-timeline/commit/097feef23d6399fdfcded2c120b29118cef6c7ee"><code>097feef</code></a> Model composite actions inside parallel steps</li> <li><a href="https://github.com/Kesin11/actions-timeline/commit/51d502d35f60daa972740b0d2266179071fdf761"><code>51d502d</code></a> Preserve source names for parallel children</li> <li>Additional commits viewable in <a href="https://github.com/kesin11/actions-timeline/compare/7bf79990b7c09f5dfb570ac30b814ca597bd538e...57fc93f20c6da7fbc14063c6d24a2a5627c799ad">compare view</a></li> </ul> </details> <br /> [](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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
