-
Notifications
You must be signed in to change notification settings - Fork 34
Comparing changes
Open a pull request
base repository: DataDog/orchestrion
base: v1.10.0
head repository: DataDog/orchestrion
compare: v1.11.0
- 9 commits
- 30 files changed
- 7 contributors
Commits on May 12, 2026
-
chore(deps): bump the github-actions group across 1 directory with 10…
… updates (#825) Bumps the github-actions group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/setup-go](https://github.com/actions/setup-go) | `6.3.0` | `6.4.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` | | [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) | `4.0.0` | `5.0.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.33.0` | `4.35.4` | | [crate-ci/typos](https://github.com/crate-ci/typos) | `1.44.0` | `1.46.1` | | [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions) | `5.0.3` | `5.0.4` | | [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) | `1.71.0` | `1.72.0` | | [DataDog/dd-trace-go/.github/workflows/orchestrion.yml](https://github.com/datadog/dd-trace-go) | `ee8dce259fa5e3f266a3b92944ece08023aabc8a` | `937a8e83c8bfc28a9bfef9c2f53641bc57432a8e` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.3.0` | `6.4.0` | | [DataDog/coverage-upload-github-action](https://github.com/datadog/coverage-upload-github-action) | `1.0.1` | `1.0.3` | Updates `actions/setup-go` from 6.3.0 to 6.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-go/releases">actions/setup-go's releases</a>.</em></p> <blockquote> <h2>v6.4.0</h2> <h2>What's Changed</h2> <h3>Enhancement</h3> <ul> <li>Add go-download-base-url input for custom Go distributions by <a href="https://github.com/gdams"><code>@gdams</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/721">actions/setup-go#721</a></li> </ul> <h3>Dependency update</h3> <ul> <li>Upgrade minimatch from 3.1.2 to 3.1.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/727">actions/setup-go#727</a></li> </ul> <h3>Documentation update</h3> <ul> <li>Rearrange README.md, add advanced-usage.md by <a href="https://github.com/priyagupta108"><code>@priyagupta108</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/724">actions/setup-go#724</a></li> <li>Fix Microsoft build of Go link by <a href="https://github.com/gdams"><code>@gdams</code></a> in <a href="https://redirect.github.com/actions/setup-go/pull/734">actions/setup-go#734</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/gdams"><code>@gdams</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-go/pull/721">actions/setup-go#721</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-go/compare/v6...v6.4.0">https://github.com/actions/setup-go/compare/v6...v6.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-go/commit/4a3601121dd01d1626a1e23e37211e3254c1c06c"><code>4a36011</code></a> docs: fix Microsoft build of Go link (<a href="https://redirect.github.com/actions/setup-go/issues/734">#734</a>)</li> <li><a href="https://github.com/actions/setup-go/commit/8f19afcc704763637be6b1718da0af52ca05785d"><code>8f19afc</code></a> feat: add go-download-base-url input for custom Go distributions (<a href="https://redirect.github.com/actions/setup-go/issues/721">#721</a>)</li> <li><a href="https://github.com/actions/setup-go/commit/27fdb267c15a8835f1ead03dfa07f89be2bb741a"><code>27fdb26</code></a> Bump minimatch from 3.1.2 to 3.1.5 (<a href="https://redirect.github.com/actions/setup-go/issues/727">#727</a>)</li> <li><a href="https://github.com/actions/setup-go/commit/def8c394e3ad351a79bc93815e4a585520fe993b"><code>def8c39</code></a> Rearrange README.md, add advanced-usage.md (<a href="https://redirect.github.com/actions/setup-go/issues/724">#724</a>)</li> <li>See full diff in <a href="https://github.com/actions/setup-go/compare/4b73464bb391d4059bd26b0524d20df3927bd417...4a3601121dd01d1626a1e23e37211e3254c1c06c">compare view</a></li> </ul> </details> <br /> Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p> <blockquote> <h2>v7.0.1</h2> <h2>What's Changed</h2> <ul> <li>Update the readme with direct upload details by <a href="https://github.com/danwkennedy"><code>@danwkennedy</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/795">actions/upload-artifact#795</a></li> <li>Readme: bump all the example versions to v7 by <a href="https://github.com/danwkennedy"><code>@danwkennedy</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/796">actions/upload-artifact#796</a></li> <li>Include changes in typespec/ts-http-runtime 0.3.5 by <a href="https://github.com/yacaovsnc"><code>@yacaovsnc</code></a> in <a href="https://redirect.github.com/actions/upload-artifact/pull/797">actions/upload-artifact#797</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/upload-artifact/compare/v7...v7.0.1">https://github.com/actions/upload-artifact/compare/v7...v7.0.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/upload-artifact/commit/043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"><code>043fb46</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-artifact/issues/797">#797</a> from actions/yacaovsnc/update-dependency</li> <li><a href="https://github.com/actions/upload-artifact/commit/634250c1388765ea7ed0f053e636f1f399000b94"><code>634250c</code></a> Include changes in typespec/ts-http-runtime 0.3.5</li> <li><a href="https://github.com/actions/upload-artifact/commit/e454baaac2be505c9450e11b8f3215c6fc023ce8"><code>e454baa</code></a> Readme: bump all the example versions to v7 (<a href="https://redirect.github.com/actions/upload-artifact/issues/796">#796</a>)</li> <li><a href="https://github.com/actions/upload-artifact/commit/74fad66b98a6d799dc004d3353ccd0e6f6b2530e"><code>74fad66</code></a> Update the readme with direct upload details (<a href="https://redirect.github.com/actions/upload-artifact/issues/795">#795</a>)</li> <li>See full diff in <a href="https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a">compare view</a></li> </ul> </details> <br /> Updates `actions/upload-pages-artifact` from 4.0.0 to 5.0.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-pages-artifact/releases">actions/upload-pages-artifact's releases</a>.</em></p> <blockquote> <h2>v5.0.0</h2> <h1>Changelog</h1> <ul> <li>Update upload-artifact action to version 7 <a href="https://github.com/Tom-van-Woudenberg"><code>@Tom-van-Woudenberg</code></a> (<a href="https://redirect.github.com/actions/upload-pages-artifact/issues/139">#139</a>)</li> <li>feat: add <code>include-hidden-files</code> input <a href="https://github.com/jonchurch"><code>@jonchurch</code></a> (<a href="https://redirect.github.com/actions/upload-pages-artifact/issues/137">#137</a>)</li> </ul> <p>See details of <a href="https://github.com/actions/upload-pages-artifact/compare/v4.0.0...v4.0.1">all code changes</a> since previous release.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/upload-pages-artifact/commit/fc324d3547104276b827a68afc52ff2a11cc49c9"><code>fc324d3</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-pages-artifact/issues/139">#139</a> from Tom-van-Woudenberg/patch-1</li> <li><a href="https://github.com/actions/upload-pages-artifact/commit/fe9d4b7d84090e1d8d9c53a0236f810d4e00d2c3"><code>fe9d4b7</code></a> Merge branch 'main' into patch-1</li> <li><a href="https://github.com/actions/upload-pages-artifact/commit/0ca16172ca884f0a37117fed41734f29784cc980"><code>0ca1617</code></a> Merge pull request <a href="https://redirect.github.com/actions/upload-pages-artifact/issues/137">#137</a> from jonchurch/include-hidden-files</li> <li><a href="https://github.com/actions/upload-pages-artifact/commit/57f0e8492b437b7818227931fef2faa1a379839b"><code>57f0e84</code></a> Update action.yml</li> <li><a href="https://github.com/actions/upload-pages-artifact/commit/4a90348b2933470dc78cec55534259872a6d3c0d"><code>4a90348</code></a> v7 --> hash</li> <li><a href="https://github.com/actions/upload-pages-artifact/commit/56f665a6f297fa95f8d735b314187fb2d7764569"><code>56f665a</code></a> Update upload-artifact action to version 7</li> <li><a href="https://github.com/actions/upload-pages-artifact/commit/f7615f5917213b24245d49ba96693d0f5375a414"><code>f7615f5</code></a> Add <code>include-hidden-files</code> input</li> <li>See full diff in <a href="https://github.com/actions/upload-pages-artifact/compare/7b1f4a764d45c48632c6b24a0339c27f5614fb0b...fc324d3547104276b827a68afc52ff2a11cc49c9">compare view</a></li> </ul> </details> <br /> Updates `github/codeql-action` from 4.33.0 to 4.35.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/releases">github/codeql-action's releases</a>.</em></p> <blockquote> <h2>v4.35.4</h2> <ul> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4">2.25.4</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3881">#3881</a></li> </ul> <h2>v4.35.3</h2> <ul> <li><em>Upcoming breaking change</em>: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. <a href="https://redirect.github.com/github/codeql-action/pull/3837">#3837</a></li> <li>Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. <a href="https://redirect.github.com/github/codeql-action/pull/3850">#3850</a></li> <li>Best-effort connection tests for private registries now use <code>GET</code> requests instead of <code>HEAD</code> for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. <a href="https://redirect.github.com/github/codeql-action/pull/3853">#3853</a></li> <li>Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. <a href="https://redirect.github.com/github/codeql-action/pull/3852">#3852</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3">2.25.3</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3865">#3865</a></li> </ul> <h2>v4.35.2</h2> <ul> <li>The undocumented TRAP cache cleanup feature that could be enabled using the <code>CODEQL_ACTION_CLEANUP_TRAP_CACHES</code> environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the <code>trap-caching: false</code> input to the <code>init</code> Action. <a href="https://redirect.github.com/github/codeql-action/pull/3795">#3795</a></li> <li>The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. <a href="https://redirect.github.com/github/codeql-action/pull/3789">#3789</a></li> <li>Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. <a href="https://redirect.github.com/github/codeql-action/pull/3794">#3794</a></li> <li>Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. <a href="https://redirect.github.com/github/codeql-action/pull/3807">#3807</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2">2.25.2</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3823">#3823</a></li> </ul> <h2>v4.35.1</h2> <ul> <li>Fix incorrect minimum required Git version for <a href="https://redirect.github.com/github/roadmap/issues/1158">improved incremental analysis</a>: it should have been 2.36.0, not 2.11.0. <a href="https://redirect.github.com/github/codeql-action/pull/3781">#3781</a></li> </ul> <h2>v4.35.0</h2> <ul> <li>Reduced the minimum Git version required for <a href="https://redirect.github.com/github/roadmap/issues/1158">improved incremental analysis</a> from 2.38.0 to 2.11.0. <a href="https://redirect.github.com/github/codeql-action/pull/3767">#3767</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.1">2.25.1</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3773">#3773</a></li> </ul> <h2>v4.34.1</h2> <ul> <li>Downgrade default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.3">2.24.3</a> due to issues with a small percentage of Actions and JavaScript analyses. <a href="https://redirect.github.com/github/codeql-action/pull/3762">#3762</a></li> </ul> <h2>v4.34.0</h2> <ul> <li>Added an experimental change which disables TRAP caching when <a href="https://redirect.github.com/github/roadmap/issues/1158">improved incremental analysis</a> is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. <a href="https://redirect.github.com/github/codeql-action/pull/3569">#3569</a></li> <li>We are rolling out improved incremental analysis to C/C++ analyses that use build mode <code>none</code>. We expect this rollout to be complete by the end of April 2026. <a href="https://redirect.github.com/github/codeql-action/pull/3584">#3584</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.0">2.25.0</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3585">#3585</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p> <blockquote> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>4.35.4 - 07 May 2026</h2> <ul> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4">2.25.4</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3881">#3881</a></li> </ul> <h2>4.35.3 - 01 May 2026</h2> <ul> <li><em>Upcoming breaking change</em>: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. <a href="https://redirect.github.com/github/codeql-action/pull/3837">#3837</a></li> <li>Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. <a href="https://redirect.github.com/github/codeql-action/pull/3850">#3850</a></li> <li>Best-effort connection tests for private registries now use <code>GET</code> requests instead of <code>HEAD</code> for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. <a href="https://redirect.github.com/github/codeql-action/pull/3853">#3853</a></li> <li>Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. <a href="https://redirect.github.com/github/codeql-action/pull/3852">#3852</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3">2.25.3</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3865">#3865</a></li> </ul> <h2>4.35.2 - 15 Apr 2026</h2> <ul> <li>The undocumented TRAP cache cleanup feature that could be enabled using the <code>CODEQL_ACTION_CLEANUP_TRAP_CACHES</code> environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the <code>trap-caching: false</code> input to the <code>init</code> Action. <a href="https://redirect.github.com/github/codeql-action/pull/3795">#3795</a></li> <li>The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. <a href="https://redirect.github.com/github/codeql-action/pull/3789">#3789</a></li> <li>Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. <a href="https://redirect.github.com/github/codeql-action/pull/3794">#3794</a></li> <li>Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. <a href="https://redirect.github.com/github/codeql-action/pull/3807">#3807</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2">2.25.2</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3823">#3823</a></li> </ul> <h2>4.35.1 - 27 Mar 2026</h2> <ul> <li>Fix incorrect minimum required Git version for <a href="https://redirect.github.com/github/roadmap/issues/1158">improved incremental analysis</a>: it should have been 2.36.0, not 2.11.0. <a href="https://redirect.github.com/github/codeql-action/pull/3781">#3781</a></li> </ul> <h2>4.35.0 - 27 Mar 2026</h2> <ul> <li>Reduced the minimum Git version required for <a href="https://redirect.github.com/github/roadmap/issues/1158">improved incremental analysis</a> from 2.38.0 to 2.11.0. <a href="https://redirect.github.com/github/codeql-action/pull/3767">#3767</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.1">2.25.1</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3773">#3773</a></li> </ul> <h2>4.34.1 - 20 Mar 2026</h2> <ul> <li>Downgrade default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.24.3">2.24.3</a> due to issues with a small percentage of Actions and JavaScript analyses. <a href="https://redirect.github.com/github/codeql-action/pull/3762">#3762</a></li> </ul> <h2>4.34.0 - 20 Mar 2026</h2> <ul> <li>Added an experimental change which disables TRAP caching when <a href="https://redirect.github.com/github/roadmap/issues/1158">improved incremental analysis</a> is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. <a href="https://redirect.github.com/github/codeql-action/pull/3569">#3569</a></li> <li>We are rolling out improved incremental analysis to C/C++ analyses that use build mode <code>none</code>. We expect this rollout to be complete by the end of April 2026. <a href="https://redirect.github.com/github/codeql-action/pull/3584">#3584</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.0">2.25.0</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3585">#3585</a></li> </ul> <h2>4.33.0 - 16 Mar 2026</h2> <ul> <li>Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. <a href="https://redirect.github.com/github/codeql-action/pull/3562">#3562</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/codeql-action/commit/68bde559dea0fdcac2102bfdf6230c5f70eb485e"><code>68bde55</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3885">#3885</a> from github/update-v4.35.4-803d9e8c3</li> <li><a href="https://github.com/github/codeql-action/commit/9739ad2d182c072da0d01a6887f7f39620f71b1e"><code>9739ad2</code></a> Update changelog for v4.35.4</li> <li><a href="https://github.com/github/codeql-action/commit/803d9e8c3ca8b0dd2029a1da3b541a18b6bfb076"><code>803d9e8</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3883">#3883</a> from github/mbg/test/macro-wrapper</li> <li><a href="https://github.com/github/codeql-action/commit/0fd9c7d1358a7404e46ed8165f12262f56bd1434"><code>0fd9c7d</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3882">#3882</a> from github/dependabot/github_actions/dot-github/wor...</li> <li><a href="https://github.com/github/codeql-action/commit/922d6fb888d665134eb982b150b8912dbd48e21a"><code>922d6fb</code></a> Use <code>makeMacro</code> instead of <code>test.macro</code></li> <li><a href="https://github.com/github/codeql-action/commit/df77e87896689b5c736433984c5df14d86c63d56"><code>df77e87</code></a> Update test macro snippet</li> <li><a href="https://github.com/github/codeql-action/commit/6e3f985e4fc409a188c7701b68c4dec158c9ced3"><code>6e3f985</code></a> Add wrapper for <code>test.macro</code></li> <li><a href="https://github.com/github/codeql-action/commit/e7a347dfb1bfb7a858347623fcb4f650effca6b5"><code>e7a347d</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3881">#3881</a> from github/update-bundle/codeql-bundle-v2.25.4</li> <li><a href="https://github.com/github/codeql-action/commit/17eabb2500031486a71e00ecbcb72c73804a6c9f"><code>17eabb2</code></a> Rebuild</li> <li><a href="https://github.com/github/codeql-action/commit/aaef09c48db2dd7f0100363de1785963a34cd706"><code>aaef09c</code></a> Bump ruby/setup-ruby</li> <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/b1bff81932f5cdfc8695c7752dcee935dcd061c8...68bde559dea0fdcac2102bfdf6230c5f70eb485e">compare view</a></li> </ul> </details> <br /> Updates `crate-ci/typos` from 1.44.0 to 1.46.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/releases">crate-ci/typos's releases</a>.</em></p> <blockquote> <h2>v1.46.1</h2> <h2>[1.46.1] - 2026-05-08</h2> <h3>Fixes</h3> <ul> <li>Don't correct to <code>confidentials</code></li> </ul> <h2>v1.46.0</h2> <h2>[1.46.0] - 2026-04-30</h2> <h3>Features</h3> <ul> <li>Updated the dictionary with the <a href="https://redirect.github.com/crate-ci/typos/issues/1531">April 2026</a> changes</li> </ul> <h2>v1.45.2</h2> <h2>[1.45.2] - 2026-04-27</h2> <h3>Fixes</h3> <ul> <li>Ignore ssh ed25519 public keys</li> </ul> <h2>v1.45.1</h2> <h2>[1.45.1] - 2026-04-13</h2> <h3>Fixes</h3> <ul> <li><em>(action)</em> Use a temp dir for caching</li> </ul> <h2>v1.45.0</h2> <h2>[1.45.0] - 2026-04-01</h2> <h3>Features</h3> <ul> <li>Updated the dictionary with the <a href="https://redirect.github.com/crate-ci/typos/issues/1509">March 2026</a> changes</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/blob/master/CHANGELOG.md">crate-ci/typos's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/">Keep a Changelog</a> and this project adheres to <a href="https://semver.org/">Semantic Versioning</a>.</p> <!-- raw HTML omitted --> <h2>[Unreleased] - ReleaseDate</h2> <h2>[1.46.1] - 2026-05-08</h2> <h3>Fixes</h3> <ul> <li>Don't correct to <code>confidentials</code></li> </ul> <h2>[1.46.0] - 2026-04-30</h2> <h3>Features</h3> <ul> <li>Updated the dictionary with the <a href="https://redirect.github.com/crate-ci/typos/issues/1531">April 2026</a> changes</li> </ul> <h2>[1.45.2] - 2026-04-27</h2> <h3>Fixes</h3> <ul> <li>Ignore ssh ed25519 public keys</li> </ul> <h2>[1.45.1] - 2026-04-13</h2> <h3>Fixes</h3> <ul> <li><em>(action)</em> Use a temp dir for caching</li> </ul> <h2>[1.45.0] - 2026-04-01</h2> <h3>Features</h3> <ul> <li>Updated the dictionary with the <a href="https://redirect.github.com/crate-ci/typos/issues/1509">March 2026</a> changes</li> </ul> <h2>[1.44.0] - 2026-02-27</h2> <h3>Features</h3> <ul> <li>Updated the dictionary with the <a href="https://redirect.github.com/crate-ci/typos/issues/1488">February 2026</a> changes</li> </ul> <h2>[1.43.5] - 2026-02-16</h2> <h3>Fixes</h3> <ul> <li><em>(pypi)</em> Hopefully fix the sdist build</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crate-ci/typos/commit/5374cbf686e897b15713110e233094e2874de7ef"><code>5374cbf</code></a> chore: Release</li> <li><a href="https://github.com/crate-ci/typos/commit/52448f5ecf85209e284e8db1c77dd4885885068a"><code>52448f5</code></a> docs: Update changelog</li> <li><a href="https://github.com/crate-ci/typos/commit/030c719ff1afe2ff0f85b84d4f99b7a9a57c3b29"><code>030c719</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/typos/issues/1552">#1552</a> from epage/fixes</li> <li><a href="https://github.com/crate-ci/typos/commit/7a688c7c08aaa1aa67686848eac4cdd7cb3bb1d2"><code>7a688c7</code></a> fix(dict): Confidentials isn't valid</li> <li><a href="https://github.com/crate-ci/typos/commit/3bcd3b343e2ffaa3d23f8cfe7f78d0f8c2d0d0c6"><code>3bcd3b3</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/typos/issues/1548">#1548</a> from crate-ci/renovate/maturin-1.x</li> <li><a href="https://github.com/crate-ci/typos/commit/52940116a3ef7d561b8e27ca5b90db8c8c73b2b5"><code>5294011</code></a> chore(deps): Update compatible (<a href="https://redirect.github.com/crate-ci/typos/issues/1547">#1547</a>)</li> <li><a href="https://github.com/crate-ci/typos/commit/c3be3602c76061246a93c9510f5a197dfd4d0552"><code>c3be360</code></a> chore(deps): Update dependency maturin to >=1.13,<1.14</li> <li><a href="https://github.com/crate-ci/typos/commit/bbaefadf97b0ec5fdc942684b647f1a6ab250274"><code>bbaefad</code></a> chore: Release</li> <li><a href="https://github.com/crate-ci/typos/commit/c19f54c37f6d3dc392c3424e1fd2b932d6bdac33"><code>c19f54c</code></a> chore: Release</li> <li><a href="https://github.com/crate-ci/typos/commit/d65608bb75a732976ed0132999033d5ffcbf481b"><code>d65608b</code></a> docs: Update changelog</li> <li>Additional commits viewable in <a href="https://github.com/crate-ci/typos/compare/631208b7aac2daa8b707f55e7331f9112b0e062d...5374cbf686e897b15713110e233094e2874de7ef">compare view</a></li> </ul> </details> <br /> Updates `zgosalvez/github-actions-ensure-sha-pinned-actions` from 5.0.3 to 5.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases">zgosalvez/github-actions-ensure-sha-pinned-actions's releases</a>.</em></p> <blockquote> <h2>v5.0.4</h2> <h2>What's Changed</h2> <ul> <li>Bump picomatch from 2.3.1 to 2.3.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/302">zgosalvez/github-actions-ensure-sha-pinned-actions#302</a></li> <li>Bump eslint from 10.0.3 to 10.1.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/301">zgosalvez/github-actions-ensure-sha-pinned-actions#301</a></li> <li>Bump brace-expansion by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/303">zgosalvez/github-actions-ensure-sha-pinned-actions#303</a></li> <li>Bump yaml from 2.8.2 to 2.8.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/pull/300">zgosalvez/github-actions-ensure-sha-pinned-actions#300</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/compare/v5...v5.0.4">https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/compare/v5...v5.0.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/commit/ca46236c6ce584ae24bc6283ba8dcf4b3ec8a066"><code>ca46236</code></a> Bump yaml from 2.8.2 to 2.8.3 (<a href="https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/300">#300</a>)</li> <li><a href="https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/commit/c1f725ea6930eb5426da0ac381b9511a0c8221ab"><code>c1f725e</code></a> Bump brace-expansion (<a href="https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/303">#303</a>)</li> <li><a href="https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/commit/2a0679d708c474c69a1bb5c56623035f30793eaa"><code>2a0679d</code></a> Bump eslint from 10.0.3 to 10.1.0 (<a href="https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/301">#301</a>)</li> <li><a href="https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/commit/4533f2e52a14fcf8f158fdb2db5fd749921d0005"><code>4533f2e</code></a> Bump picomatch from 2.3.1 to 2.3.2 (<a href="https://redirect.github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/issues/302">#302</a>)</li> <li>See full diff in <a href="https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/compare/471d5ace1f08e3c4df1c4c2f7e6341aa75da434a...ca46236c6ce584ae24bc6283ba8dcf4b3ec8a066">compare view</a></li> </ul> </details> <br /> Updates `reviewdog/action-actionlint` from 1.71.0 to 1.72.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/reviewdog/action-actionlint/releases">reviewdog/action-actionlint's releases</a>.</em></p> <blockquote> <h2>Release v1.72.0</h2> <p>v1.72.0: PR <a href="https://redirect.github.com/reviewdog/action-actionlint/issues/196">#196</a> - chore(deps): update actionlint to 1.7.12</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reviewdog/action-actionlint/commit/6fb7acc99f4a1008869fa8a0f09cfca740837d9d"><code>6fb7acc</code></a> bump v1.72.0</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/b2a904a8c140063d06dc5319ba69a672d7a4909d"><code>b2a904a</code></a> Merge branch 'main' into releases/v1</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/5eaffa19a1991ecc52b11eddcdd57760d1ac7e3d"><code>5eaffa1</code></a> Merge pull request <a href="https://redirect.github.com/reviewdog/action-actionlint/issues/196">#196</a> from reviewdog/depup/actionlint</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/39a67548aa7718c321746aa5a54a9e8034505cde"><code>39a6754</code></a> chore(deps): update actionlint to 1.7.12</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/d39025c0fb1cc41ac827852403ea94804b0e6907"><code>d39025c</code></a> Merge pull request <a href="https://redirect.github.com/reviewdog/action-actionlint/issues/195">#195</a> from reviewdog/renovate/docker-setup-buildx-action-4.x</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/2e8272d25ca2b89be8abc6a0b65c8c5e8a5eae05"><code>2e8272d</code></a> Merge pull request <a href="https://redirect.github.com/reviewdog/action-actionlint/issues/194">#194</a> from reviewdog/renovate/docker-setup-qemu-action-4.x</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/128d9b7b1e43f8eaef5602138f5c9f80ee3c3149"><code>128d9b7</code></a> Merge pull request <a href="https://redirect.github.com/reviewdog/action-actionlint/issues/190">#190</a> from reviewdog/renovate/shogo82148-actions-create-rel...</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/1674e4f79a2bf9c94d1d301e60b8f8226eea0137"><code>1674e4f</code></a> chore(deps): update docker/setup-buildx-action action to v4</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/8fdb9d20764d93bca3a294fe7fd615fcf8a82332"><code>8fdb9d2</code></a> Merge pull request <a href="https://redirect.github.com/reviewdog/action-actionlint/issues/189">#189</a> from reviewdog/renovate/docker-setup-buildx-action-3.x</li> <li><a href="https://github.com/reviewdog/action-actionlint/commit/a518ce8798c4eda875ca9e369388679ec67ac3ac"><code>a518ce8</code></a> Merge pull request <a href="https://redirect.github.com/reviewdog/action-actionlint/issues/188">#188</a> from reviewdog/renovate/peter-evans-create-pull-reque...</li> <li>Additional commits viewable in <a href="https://github.com/reviewdog/action-actionlint/compare/0d952c597ef8459f634d7145b0b044a9699e5e43...6fb7acc99f4a1008869fa8a0f09cfca740837d9d">compare view</a></li> </ul> </details> <br /> Updates `DataDog/dd-trace-go/.github/workflows/orchestrion.yml` from ee8dce259fa5e3f266a3b92944ece08023aabc8a to 937a8e83c8bfc28a9bfef9c2f53641bc57432a8e <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DataDog/dd-trace-go/commit/937a8e83c8bfc28a9bfef9c2f53641bc57432a8e"><code>937a8e8</code></a> fix(internal/telemetry): add waitgroup for telemetry global client flush (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4714">#4714</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/55c1586deee7d6eb3024fb9cc9cf3623502cad45"><code>55c1586</code></a> fix(internal/civisibility): avoid tests-only race condition on CIVis reset (#...</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/87fcf6fcbc0e0966d5ec2bdc7140b1a197658d72"><code>87fcf6f</code></a> feat: add process tags to metrics with service tag (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4724">#4724</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/0ebb7eee4d3a1f71959c1be2b5ee06d4dfe1527e"><code>0ebb7ee</code></a> fix: strip unused process tags (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4742">#4742</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/c28e04a1ab7a946ae2ad7297c5245d99e2cc08e3"><code>c28e04a</code></a> perf(ddtrace/tracer): snapshot config in StartSpan to avoid RWMutex contentio...</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/252431a640004e3771a2e22bb72b7fb50406e017"><code>252431a</code></a> fix(ci-visibility): reduce Go test wrapper overhead (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4738">#4738</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/7a6f8996e90b0431949fde7052620d330008f0b7"><code>7a6f899</code></a> ci(benchmarks): Fix wrong CI image link for macrobenchmarks (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4739">#4739</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/adf104754b939ee28377ed62a3af4b6ba895a6c3"><code>adf1047</code></a> fix(tracer): use configurable MaxTagsHeaderLen for x-datadog-tags extraction ...</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/0ec584dce616d85b1395c97ae2c6b07e8d5af915"><code>0ec584d</code></a> ci(benchmarks): Parellelize microbenchmarks, deprecate dependency on benchmar...</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/e8a9aad08d707b08be62bd4f6e298f36bf19195b"><code>e8a9aad</code></a> refactor(config): migrate maxTagsHeaderLen (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4730">#4730</a>)</li> <li>Additional commits viewable in <a href="https://github.com/datadog/dd-trace-go/compare/ee8dce259fa5e3f266a3b92944ece08023aabc8a...937a8e83c8bfc28a9bfef9c2f53641bc57432a8e">compare view</a></li> </ul> </details> <br /> Updates `actions/setup-node` from 6.3.0 to 6.4.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/setup-node/releases">actions/setup-node's releases</a>.</em></p> <blockquote> <h2>v6.4.0</h2> <h2>What's Changed</h2> <h3>Dependency updates:</h3> <ul> <li>Upgrade <a href="https://github.com/actions"><code>@actions</code></a> dependencies by <a href="https://github.com/Copilot"><code>@Copilot</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1525">actions/setup-node#1525</a></li> <li>Update Node.js versions in versions.yml and bump package to v6.4.0 by <a href="https://github.com/priya-kinthali"><code>@priya-kinthali</code></a> in <a href="https://redirect.github.com/actions/setup-node/pull/1533">actions/setup-node#1533</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Copilot"><code>@Copilot</code></a> made their first contribution in <a href="https://redirect.github.com/actions/setup-node/pull/1525">actions/setup-node#1525</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/setup-node/compare/v6...v6.4.0">https://github.com/actions/setup-node/compare/v6...v6.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/setup-node/commit/48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e"><code>48b55a0</code></a> Update Node.js versions in versions.yml and bump package to v6.4.0 (<a href="https://redirect.github.com/actions/setup-node/issues/1533">#1533</a>)</li> <li><a href="https://github.com/actions/setup-node/commit/ab72c7e7eba0eaa11f8cab0f5679243900c2cac9"><code>ab72c7e</code></a> Upgrade <a href="https://github.com/actions"><code>@actions</code></a> dependencies (<a href="https://redirect.github.com/actions/setup-node/issues/1525">#1525</a>)</li> <li>See full diff in <a href="https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e">compare view</a></li> </ul> </details> <br /> Updates `DataDog/coverage-upload-github-action` from 1.0.1 to 1.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/datadog/coverage-upload-github-action/releases">DataDog/coverage-upload-github-action's releases</a>.</em></p> <blockquote> <h2>v1.0.3</h2> <h2>What's Changed</h2> <ul> <li>Update install-datadog-ci-github-action to v1.0.3 by <a href="https://github.com/CarlosNietoP"><code>@CarlosNietoP</code></a> in <a href="https://redirect.github.com/DataDog/coverage-upload-github-action/pull/19">DataDog/coverage-upload-github-action#19</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/DataDog/coverage-upload-github-action/compare/v1...v1.0.3">https://github.com/DataDog/coverage-upload-github-action/compare/v1...v1.0.3</a></p> <h2>v1.0.2</h2> <h2>What's Changed</h2> <ul> <li>chore: disable automated dependency updaters [incident-51602] by <a href="https://github.com/moezein0"><code>@moezein0</code></a> in <a href="https://redirect.github.com/DataDog/coverage-upload-github-action/pull/14">DataDog/coverage-upload-github-action#14</a></li> <li>Update install-datadog-ci-github-action to v1.0.2 by <a href="https://github.com/CarlosNietoP"><code>@CarlosNietoP</code></a> in <a href="https://redirect.github.com/DataDog/coverage-upload-github-action/pull/18">DataDog/coverage-upload-github-action#18</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/moezein0"><code>@moezein0</code></a> made their first contribution in <a href="https://redirect.github.com/DataDog/coverage-upload-github-action/pull/14">DataDog/coverage-upload-github-action#14</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/DataDog/coverage-upload-github-action/compare/v1...v1.0.2">https://github.com/DataDog/coverage-upload-github-action/compare/v1...v1.0.2</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DataDog/coverage-upload-github-action/commit/6c4bd935248daa6f0ef94e3e6ba71ad5ad079998"><code>6c4bd93</code></a> Merge pull request <a href="https://redirect.github.com/datadog/coverage-upload-github-action/issues/19">#19</a> from DataDog/carlos.nietopetinal/update-install-datado...</li> <li><a href="https://github.com/DataDog/coverage-upload-github-action/commit/e6247bf5295cf036eedc3304ddbdf6bcc2d6bbba"><code>e6247bf</code></a> Update install-datadog-ci-github-action to v1.0.3</li> <li><a href="https://github.com/DataDog/coverage-upload-github-action/commit/f80c0e6e64e5d20d6af251ba00361eeaebc7ff99"><code>f80c0e6</code></a> Merge pull request <a href="https://redirect.github.com/datadog/coverage-upload-github-action/issues/18">#18</a> from DataDog/carlos.nietopetinal/update-install-datado...</li> <li><a href="https://github.com/DataDog/coverage-upload-github-action/commit/3f85a7cfc15b23fbc9eace7d379b44af64fa6290"><code>3f85a7c</code></a> Update install-datadog-ci-github-action to v1.0.2</li> <li><a href="https://github.com/DataDog/coverage-upload-github-action/commit/bb2636f1b1987649d2db68f3000d001e23f4a1c2"><code>bb2636f</code></a> Merge pull request <a href="https://redirect.github.com/datadog/coverage-upload-github-action/issues/14">#14</a> from DataDog/chore/disable-dependency-updaters-inciden...</li> <li><a href="https://github.com/DataDog/coverage-upload-github-action/commit/d249adc61fa29417d4db4694e5395f8fbb3567f7"><code>d249adc</code></a> Update dependabot.yaml.disabled</li> <li><a href="https://github.com/DataDog/coverage-upload-github-action/commit/e577f11f2b38da55e717224b5fb7a64fc43a0765"><code>e577f11</code></a> Update dependabot.yaml.disabled</li> <li><a href="https://github.com/DataDog/coverage-upload-github-action/commit/edaacae8af54114e1188905d31350a7788af7637"><code>edaacae</code></a> Update and rename dependabot.yaml to dependabot.yaml.disabled</li> <li><a href="https://github.com/DataDog/coverage-upload-github-action/commit/10f571214f630a020fb69359a0e5a43234cb8133"><code>10f5712</code></a> Update dependabot.yaml</li> <li><a href="https://github.com/DataDog/coverage-upload-github-action/commit/92eae8e4f0e0e19910c29c2e0514c1c9f3819091"><code>92eae8e</code></a> Update dependabot.yaml</li> <li>Additional commits viewable in <a href="https://github.com/datadog/coverage-upload-github-action/compare/d2cf302a39c05e0ad22063360a2bf6ce0cc4906c...6c4bd935248daa6f0ef94e3e6ba71ad5ad079998">compare view</a></li> </ul> </details> <br /> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dario Castañé <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06ca916 - Browse repository at this point
Copy the full SHA 06ca916View commit details -
chore: update all dependencies (#830)
Updated all go.mod dependencies to latest. --------- Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com> Co-authored-by: Dario Castañé <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 64ac1a1 - Browse repository at this point
Copy the full SHA 64ac1a1View commit details
Commits on May 14, 2026
-
Bumps `dd-trace-go/v2` to `v2.9.0-rc.1` and tags orchestrion `v1.11.0-rc.1` as a release candidate. --------- Co-authored-by: dd-octo-sts[bot] <200755185+dd-octo-sts[bot]@users.noreply.github.com> Co-authored-by: Rodrigo Arguello <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e3fb4b1 - Browse repository at this point
Copy the full SHA e3fb4b1View commit details
Commits on May 18, 2026
-
Bumps `dd-trace-go/v2` to `v2.9.0-rc.2` and tags orchestrion `v1.11.0-rc.2` as a release candidate. Re-cut of the matching `v1.11.0-rc.1` release ([#831](#831)). dd-trace-go re-cut from rc.1 → rc.2 to ship signed tags (rc.1 tags were unsigned due to a `tag.gpgSign` config gap; functional code is unchanged between the two).
Configuration menu - View commit details
-
Copy full SHA for 68a4149 - Browse repository at this point
Copy the full SHA 68a4149View commit details
Commits on May 19, 2026
-
feat(internal/injector): add method-call join point (#829)
Add new `method-call` join point that matches calls by the receiver's resolved type. Example: ```yaml join-point: method-call: receiver: "go.uber.org/zap.Logger" # fully qualified type name (package import path + type name) without a pointer sigil. name: Info # the method to match. match: any # possible values are: any (default), pointer-only, or value-only. ``` Needed for DataDog/dd-trace-go#4729Configuration menu - View commit details
-
Copy full SHA for 920342e - Browse repository at this point
Copy the full SHA 920342eView commit details
Commits on May 26, 2026
-
chore(deps): bump the github-actions group across 1 directory with 4 …
…updates (#836) Bumps the github-actions group with 4 updates in the / directory: [github/codeql-action](https://github.com/github/codeql-action), [crate-ci/typos](https://github.com/crate-ci/typos), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [DataDog/dd-trace-go/.github/workflows/orchestrion.yml](https://github.com/datadog/dd-trace-go). Updates `github/codeql-action` from 4.35.4 to 4.36.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/releases">github/codeql-action's releases</a>.</em></p> <blockquote> <h2>v4.36.0</h2> <ul> <li><em>Breaking change</em>: Bump the minimum required CodeQL bundle version to 2.19.4. <a href="https://redirect.github.com/github/codeql-action/pull/3894">#3894</a></li> <li>Add support for SHA-256 Git object IDs. <a href="https://redirect.github.com/github/codeql-action/pull/3893">#3893</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.5">2.25.5</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3926">#3926</a></li> </ul> <h2>v4.35.5</h2> <ul> <li>We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. <a href="https://redirect.github.com/github/codeql-action/pull/3899">#3899</a></li> <li>For performance and accuracy reasons, <a href="https://redirect.github.com/github/roadmap/issues/1158">improved incremental analysis</a> will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. <a href="https://redirect.github.com/github/codeql-action/pull/3791">#3791</a></li> <li>If multiple inputs are provided for the GitHub-internal <code>analysis-kinds</code> input, only <code>code-scanning</code> will be enabled. The <code>analysis-kinds</code> input is experimental, for GitHub-internal use only, and may change without notice at any time. <a href="https://redirect.github.com/github/codeql-action/pull/3892">#3892</a></li> <li>Added an experimental change which, when running a Code Scanning analysis for a PR with <a href="https://redirect.github.com/github/roadmap/issues/1158">improved incremental analysis</a> enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. <a href="https://redirect.github.com/github/codeql-action/pull/3880">#3880</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p> <blockquote> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>4.36.0 - 22 May 2026</h2> <ul> <li><em>Breaking change</em>: Bump the minimum required CodeQL bundle version to 2.19.4. <a href="https://redirect.github.com/github/codeql-action/pull/3894">#3894</a></li> <li>Add support for SHA-256 Git object IDs. <a href="https://redirect.github.com/github/codeql-action/pull/3893">#3893</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.5">2.25.5</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3926">#3926</a></li> </ul> <h2>4.35.5 - 15 May 2026</h2> <ul> <li>We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. <a href="https://redirect.github.com/github/codeql-action/pull/3899">#3899</a></li> <li>For performance and accuracy reasons, <a href="https://redirect.github.com/github/roadmap/issues/1158">improved incremental analysis</a> will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. <a href="https://redirect.github.com/github/codeql-action/pull/3791">#3791</a></li> <li>If multiple inputs are provided for the GitHub-internal <code>analysis-kinds</code> input, only <code>code-scanning</code> will be enabled. The <code>analysis-kinds</code> input is experimental, for GitHub-internal use only, and may change without notice at any time. <a href="https://redirect.github.com/github/codeql-action/pull/3892">#3892</a></li> <li>Added an experimental change which, when running a Code Scanning analysis for a PR with <a href="https://redirect.github.com/github/roadmap/issues/1158">improved incremental analysis</a> enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. <a href="https://redirect.github.com/github/codeql-action/pull/3880">#3880</a></li> </ul> <h2>4.35.4 - 07 May 2026</h2> <ul> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4">2.25.4</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3881">#3881</a></li> </ul> <h2>4.35.3 - 01 May 2026</h2> <ul> <li><em>Upcoming breaking change</em>: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. <a href="https://redirect.github.com/github/codeql-action/pull/3837">#3837</a></li> <li>Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. <a href="https://redirect.github.com/github/codeql-action/pull/3850">#3850</a></li> <li>Best-effort connection tests for private registries now use <code>GET</code> requests instead of <code>HEAD</code> for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. <a href="https://redirect.github.com/github/codeql-action/pull/3853">#3853</a></li> <li>Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. <a href="https://redirect.github.com/github/codeql-action/pull/3852">#3852</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3">2.25.3</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3865">#3865</a></li> </ul> <h2>4.35.2 - 15 Apr 2026</h2> <ul> <li>The undocumented TRAP cache cleanup feature that could be enabled using the <code>CODEQL_ACTION_CLEANUP_TRAP_CACHES</code> environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the <code>trap-caching: false</code> input to the <code>init</code> Action. <a href="https://redirect.github.com/github/codeql-action/pull/3795">#3795</a></li> <li>The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. <a href="https://redirect.github.com/github/codeql-action/pull/3789">#3789</a></li> <li>Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. <a href="https://redirect.github.com/github/codeql-action/pull/3794">#3794</a></li> <li>Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. <a href="https://redirect.github.com/github/codeql-action/pull/3807">#3807</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2">2.25.2</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3823">#3823</a></li> </ul> <h2>4.35.1 - 27 Mar 2026</h2> <ul> <li>Fix incorrect minimum required Git version for <a href="https://redirect.github.com/github/roadmap/issues/1158">improved incremental analysis</a>: it should have been 2.36.0, not 2.11.0. <a href="https://redirect.github.com/github/codeql-action/pull/3781">#3781</a></li> </ul> <h2>4.35.0 - 27 Mar 2026</h2> <ul> <li>Reduced the minimum Git version required for <a href="https://redirect.github.com/github/roadmap/issues/1158">improved incremental analysis</a> from 2.38.0 to 2.11.0. <a href="https://redirect.github.com/github/codeql-action/pull/3767">#3767</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.1">2.25.1</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3773">#3773</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/codeql-action/commit/7211b7c8077ea37d8641b6271f6a365a22a5fbfa"><code>7211b7c</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3927">#3927</a> from github/update-v4.36.0-ebc2d9e2b</li> <li><a href="https://github.com/github/codeql-action/commit/7740f2fb21add1d46278215acea47540db22f022"><code>7740f2f</code></a> Update changelog for v4.36.0</li> <li><a href="https://github.com/github/codeql-action/commit/ebc2d9e2bc247eec51bee8d4df806c4030eb0761"><code>ebc2d9e</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3926">#3926</a> from github/update-bundle/codeql-bundle-v2.25.5</li> <li><a href="https://github.com/github/codeql-action/commit/d1f74b777c95c777bf4f42ce4b250bc916e745c7"><code>d1f74b7</code></a> Add changelog note</li> <li><a href="https://github.com/github/codeql-action/commit/2dc40cec39bdc63d3561d74fa6100cebb0418ff4"><code>2dc40ce</code></a> Update default bundle to codeql-bundle-v2.25.5</li> <li><a href="https://github.com/github/codeql-action/commit/84498526a009a99c875e83ef4821a8ba52de7c22"><code>8449852</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3910">#3910</a> from github/henrymercer/repo-size-diff-check</li> <li><a href="https://github.com/github/codeql-action/commit/72ac23c6d16b29fbe801e87e3439941558c53094"><code>72ac23c</code></a> Update excluded required check list</li> <li><a href="https://github.com/github/codeql-action/commit/c5297a28a2c3e6a8062041b58858bd7117cebe37"><code>c5297a2</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3919">#3919</a> from github/henrymercer/workflow-concurrency</li> <li><a href="https://github.com/github/codeql-action/commit/8ffeae7d05bc1b914a009d197e64e4f5c9e14503"><code>8ffeae7</code></a> CI: Automatically cancel non-generated workflows</li> <li><a href="https://github.com/github/codeql-action/commit/f3f52bf568dc44a1069faafa538caa6b1fec40c9"><code>f3f52bf</code></a> Revert <code>getErrorMessage</code> import</li> <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/68bde559dea0fdcac2102bfdf6230c5f70eb485e...7211b7c8077ea37d8641b6271f6a365a22a5fbfa">compare view</a></li> </ul> </details> <br /> Updates `crate-ci/typos` from 1.46.1 to 1.46.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/releases">crate-ci/typos's releases</a>.</em></p> <blockquote> <h2>v1.46.3</h2> <h2>[1.46.3] - 2026-05-23</h2> <h3>Fixes</h3> <ul> <li>Don't correct to <code>sequentials</code></li> <li>Don't correct to <code>subdolder</code></li> </ul> <h2>v1.46.2</h2> <h2>[1.46.2] - 2026-05-16</h2> <h3>Fixes</h3> <ul> <li>Don't correct to <code>criterias</code></li> <li>Don't correct to <code>replaceables</code></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/blob/master/CHANGELOG.md">crate-ci/typos's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/">Keep a Changelog</a> and this project adheres to <a href="https://semver.org/">Semantic Versioning</a>.</p> <!-- raw HTML omitted --> <h2>[Unreleased] - ReleaseDate</h2> <h2>[1.46.3] - 2026-05-23</h2> <h3>Fixes</h3> <ul> <li>Don't correct to <code>sequentials</code></li> <li>Don't correct to <code>subdolder</code></li> </ul> <h2>[1.46.2] - 2026-05-16</h2> <h3>Fixes</h3> <ul> <li>Don't correct to <code>criterias</code></li> <li>Don't correct to <code>replaceables</code></li> </ul> <h2>[1.46.1] - 2026-05-08</h2> <h3>Fixes</h3> <ul> <li>Don't correct to <code>confidentials</code></li> </ul> <h2>[1.46.0] - 2026-04-30</h2> <h3>Features</h3> <ul> <li>Updated the dictionary with the <a href="https://redirect.github.com/crate-ci/typos/issues/1531">April 2026</a> changes</li> </ul> <h2>[1.45.2] - 2026-04-27</h2> <h3>Fixes</h3> <ul> <li>Ignore ssh ed25519 public keys</li> </ul> <h2>[1.45.1] - 2026-04-13</h2> <h3>Fixes</h3> <ul> <li><em>(action)</em> Use a temp dir for caching</li> </ul> <h2>[1.45.0] - 2026-04-01</h2> <h3>Features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crate-ci/typos/commit/7b04f660f4ee4f048d18fd341887cf28dfbedfe2"><code>7b04f66</code></a> chore: Release</li> <li><a href="https://github.com/crate-ci/typos/commit/6eefe9fe8912c8838f92bc036e3a6deb5980a5d6"><code>6eefe9f</code></a> docs: Update changelog</li> <li><a href="https://github.com/crate-ci/typos/commit/27ae304665df6c1ed33363f179c1656fc03de0f1"><code>27ae304</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/typos/issues/1559">#1559</a> from epage/fixes</li> <li><a href="https://github.com/crate-ci/typos/commit/5b01f667d285db3c07f1f6f6e5915550d474e364"><code>5b01f66</code></a> fix(dict): Don't correct to sequentials</li> <li><a href="https://github.com/crate-ci/typos/commit/4dbd644b8d3d4b8d25b0993b924bf84bfec4f8f8"><code>4dbd644</code></a> fix(dict): Don't correct to subdolder</li> <li><a href="https://github.com/crate-ci/typos/commit/aca895bf05aec0cb7dffa6f94495e923224d9f17"><code>aca895b</code></a> chore: Release</li> <li><a href="https://github.com/crate-ci/typos/commit/4dbdd7509d345c6a2abf73bb722a2ae0126eec72"><code>4dbdd75</code></a> docs: Update changelog</li> <li><a href="https://github.com/crate-ci/typos/commit/3da287673172dece00f174b38faa763e7cb294dc"><code>3da2876</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/typos/issues/1556">#1556</a> from epage/replaceable</li> <li><a href="https://github.com/crate-ci/typos/commit/8918680477461d6cb133f4565eaa70f8237e27ae"><code>8918680</code></a> fix(dict): Don't correct to replaceables</li> <li><a href="https://github.com/crate-ci/typos/commit/57d5422e87c3d28c9b9a61785ac5e8e0fcaae205"><code>57d5422</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/typos/issues/1555">#1555</a> from epage/criteria</li> <li>Additional commits viewable in <a href="https://github.com/crate-ci/typos/compare/5374cbf686e897b15713110e233094e2874de7ef...7b04f660f4ee4f048d18fd341887cf28dfbedfe2">compare view</a></li> </ul> </details> <br /> Updates `golangci/golangci-lint-action` from 9.2.0 to 9.2.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/golangci/golangci-lint-action/releases">golangci/golangci-lint-action's releases</a>.</em></p> <blockquote> <h2>v9.2.1</h2> <h2>What's Changed</h2> <p>IMPORTANT: this is the first immutable release.</p> <h3>Changes</h3> <ul> <li>chore: improve workflows by <a href="https://github.com/ldez"><code>@ldez</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1394">golangci/golangci-lint-action#1394</a></li> </ul> <h3>Dependencies</h3> <ul> <li>build(deps-dev): bump the dev-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1325">golangci/golangci-lint-action#1325</a></li> <li>build(deps-dev): bump the dev-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1326">golangci/golangci-lint-action#1326</a></li> <li>build(deps): bump the dependencies group with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1327">golangci/golangci-lint-action#1327</a></li> <li>build(deps-dev): bump the dev-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1328">golangci/golangci-lint-action#1328</a></li> <li>build(deps): bump <code>@types/node</code> from 25.0.2 to 25.0.3 in the dependencies group by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1329">golangci/golangci-lint-action#1329</a></li> <li>build(deps-dev): bump the dev-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1330">golangci/golangci-lint-action#1330</a></li> <li>build(deps-dev): bump the dev-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1332">golangci/golangci-lint-action#1332</a></li> <li>build(deps-dev): bump the dev-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1333">golangci/golangci-lint-action#1333</a></li> <li>build(deps): bump the dependencies group with 6 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1334">golangci/golangci-lint-action#1334</a></li> <li>build(deps-dev): bump the dev-dependencies group with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1335">golangci/golangci-lint-action#1335</a></li> <li>build(deps): bump the dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1336">golangci/golangci-lint-action#1336</a></li> <li>build(deps-dev): bump the dev-dependencies group with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1337">golangci/golangci-lint-action#1337</a></li> <li>build(deps): bump <code>@types/node</code> from 25.0.9 to 25.0.10 in the dependencies group by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1338">golangci/golangci-lint-action#1338</a></li> <li>build(deps): bump fast-xml-parser from 5.3.3 to 5.3.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1339">golangci/golangci-lint-action#1339</a></li> <li>build(deps-dev): bump the dev-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1340">golangci/golangci-lint-action#1340</a></li> <li>build(deps-dev): bump the dev-dependencies group across 1 directory with 3 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1344">golangci/golangci-lint-action#1344</a></li> <li>build(deps): bump fast-xml-parser from 5.3.4 to 5.3.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1346">golangci/golangci-lint-action#1346</a></li> <li>build(deps): bump minimatch by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1348">golangci/golangci-lint-action#1348</a></li> <li>build(deps): bump minimatch from 3.1.3 to 3.1.5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1350">golangci/golangci-lint-action#1350</a></li> <li>build(deps): bump fast-xml-parser from 5.3.6 to 5.4.1 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1351">golangci/golangci-lint-action#1351</a></li> <li>build(deps): bump fast-xml-parser from 5.4.1 to 5.5.6 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1357">golangci/golangci-lint-action#1357</a></li> <li>build(deps): bump fast-xml-parser from 5.5.6 to 5.5.7 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1358">golangci/golangci-lint-action#1358</a></li> <li>build(deps-dev): bump flatted from 3.3.3 to 3.4.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1359">golangci/golangci-lint-action#1359</a></li> <li>build(deps): bump picomatch from 4.0.3 to 4.0.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1364">golangci/golangci-lint-action#1364</a></li> <li>build(deps): bump yaml from 2.8.2 to 2.8.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1365">golangci/golangci-lint-action#1365</a></li> <li>build(deps): bump brace-expansion by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1370">golangci/golangci-lint-action#1370</a></li> <li>build(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates by <a href="https://github.com/ldez"><code>@ldez</code></a> in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1374">golangci/golangci-lint-action#1374</a></li> <li>build(deps): bump github/codeql-action from 4 to 4.35.2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1384">golangci/golangci-lint-action#1384</a></li> <li>build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1386">golangci/golangci-lint-action#1386</a></li> <li>build(deps): bump github/codeql-action from 4.35.2 to 4.35.3 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1389">golangci/golangci-lint-action#1389</a></li> <li>build(deps): bump github/codeql-action from 4.35.3 to 4.35.4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/golangci/golangci-lint-action/pull/1391">golangci/golangci-lint-action#1391</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/golangci/golangci-lint-action/compare/v9.2.0...v9.2.1">https://github.com/golangci/golangci-lint-action/compare/v9.2.0...v9.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/golangci/golangci-lint-action/commit/82606bf257cbaff209d206a39f5134f0cfbfd2ee"><code>82606bf</code></a> chore: prepare release v9.2.1</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/97c8387e660fa3be78f698fb592523e1f906a02c"><code>97c8387</code></a> chore: improve workflows (<a href="https://redirect.github.com/golangci/golangci-lint-action/issues/1394">#1394</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/28d0a191bb76f633872d1f12600dd9900ac73840"><code>28d0a19</code></a> build(deps): bump the dependencies group across 1 directory with 2 updates</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/633fbc7d54a1fe7d54f72fb83194a7d442beb929"><code>633fbc7</code></a> build(deps): bump github/codeql-action from 4.35.3 to 4.35.4 (<a href="https://redirect.github.com/golangci/golangci-lint-action/issues/1391">#1391</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/59f43e26c902dadac745307f8cf2537da50ad344"><code>59f43e2</code></a> build(deps): bump github/codeql-action from 4.35.2 to 4.35.3 (<a href="https://redirect.github.com/golangci/golangci-lint-action/issues/1389">#1389</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/9eb174e04acac69b4b7f6602f9a5cc384ba59b45"><code>9eb174e</code></a> build(deps): bump fast-xml-builder from 1.1.5 to 1.2.0 (<a href="https://redirect.github.com/golangci/golangci-lint-action/issues/1386">#1386</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/4f52504dfb47d09a983372e869f643e9e0d4014b"><code>4f52504</code></a> build(deps): bump github/codeql-action from 4 to 4.35.2 (<a href="https://redirect.github.com/golangci/golangci-lint-action/issues/1384">#1384</a>)</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/6f87dfdbd16618b59a5d86104adea6216152a47c"><code>6f87dfd</code></a> docs: update examples</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/c9500d7aa7797b3e999034a3e6a0b9a4f18e8708"><code>c9500d7</code></a> chore: improve workflows</li> <li><a href="https://github.com/golangci/golangci-lint-action/commit/03b1faa37ed78712fa70fc44b56fa553f0d7a6bc"><code>03b1faa</code></a> chore: improve issue templates</li> <li>Additional commits viewable in <a href="https://github.com/golangci/golangci-lint-action/compare/1e7e51e771db61008b38414a730f564565cf7c20...82606bf257cbaff209d206a39f5134f0cfbfd2ee">compare view</a></li> </ul> </details> <br /> Updates `DataDog/dd-trace-go/.github/workflows/orchestrion.yml` from 937a8e83c8bfc28a9bfef9c2f53641bc57432a8e to ed73c7f58e90df9a0280e00d712b46147345fa23 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DataDog/dd-trace-go/commit/ed73c7f58e90df9a0280e00d712b46147345fa23"><code>ed73c7f</code></a> fix(contrib/azure/apim-callout): bound inline body decoding to prevent OOM (#...</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/633e55f821fc45d2d6a866a4c1961d831da19a84"><code>633e55f</code></a> chore: code improvements to support testing for ETP (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4719">#4719</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/b2064a02ec785ac976d4059720978a9e8a33f0ca"><code>b2064a0</code></a> chore(profiler): remove unstartedProfiler (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4791">#4791</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/42975b42c9206984e7c22a565b984b7a057f9fa2"><code>42975b4</code></a> feat(aap): collect security testing headers (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4774">#4774</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/c2559e9d8266320c2e687f624dfa17805bcd71f4"><code>c2559e9</code></a> feat(llmobs): add MetricKey constants for cache breakdown and other token met...</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/d7739b5be447dc5e21604f0759bf1ec606221f3e"><code>d7739b5</code></a> chore: bump github.com/DataDog/datadog-agent/pkg/* to v0.79.0 (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4787">#4787</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/3f57b76922c4d3bab3ff8d54f729bf6978c8727c"><code>3f57b76</code></a> feat(llmobs): add WithAnnotatedCostTagKeys (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4728">#4728</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/080bac9f143e0a736c36a29bfb421b769a53ba8b"><code>080bac9</code></a> feat: support container tags hash in DSM (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4759">#4759</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/fff42090e5ae2708234a6b5f1872bdd586f29c6a"><code>fff4209</code></a> fix(appsec): plug GLS + dataBroadcaster listener leak in ServiceEntrySpanOper...</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/3b88d5bd3408a5cbb0ab91b4772c713b7e3429b7"><code>3b88d5b</code></a> fix(.github/chainguard): add workflows permission to sync-cue-actions (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4780">#4780</a>)</li> <li>Additional commits viewable in <a href="https://github.com/datadog/dd-trace-go/compare/937a8e83c8bfc28a9bfef9c2f53641bc57432a8e...ed73c7f58e90df9a0280e00d712b46147345fa23">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 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>
Configuration menu - View commit details
-
Copy full SHA for 4a43179 - Browse repository at this point
Copy the full SHA 4a43179View commit details
Commits on Jun 5, 2026
-
fix: support spaces in directive argument values (#665)
Adds support for spaces in directive argument values, either using single or double quotes, as in: ``` //dd:span span.name:'root handler' resource.name:"GET /" ``` This is useful since its pretty common to use spaces in span or resource names, and in span tag values in general. --------- Co-authored-by: Romain Marcadier <[email protected]> Co-authored-by: Kemal Akkoyun <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d8500c - Browse repository at this point
Copy the full SHA 7d8500cView commit details
Commits on Jun 19, 2026
-
chore(deps): bump the github-actions group across 1 directory with 6 …
…updates (#840) Bumps the github-actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `6.0.2` | `6.0.3` | | [planetscale/ghcommit-action](https://github.com/planetscale/ghcommit-action) | `0.2.20` | `0.2.21` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.36.0` | `4.36.2` | | [crate-ci/typos](https://github.com/crate-ci/typos) | `1.46.3` | `1.47.2` | | [DataDog/dd-trace-go/.github/workflows/orchestrion.yml](https://github.com/datadog/dd-trace-go) | `ed73c7f58e90df9a0280e00d712b46147345fa23` | `033a7587040351f32b21e3b110f3bdb37c691b30` | | [DataDog/coverage-upload-github-action](https://github.com/datadog/coverage-upload-github-action) | `1.0.3` | `1.0.5` | Updates `actions/checkout` from 6.0.2 to 6.0.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v6.0.3</h2> <h2>What's Changed</h2> <ul> <li>Update changelog by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2357">actions/checkout#2357</a></li> <li>fix: expand merge commit SHA regex and add SHA-256 test cases by <a href="https://github.com/yaananth"><code>@yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2414">actions/checkout#2414</a></li> <li>Fix checkout init for SHA-256 repositories by <a href="https://github.com/yaananth"><code>@yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2439">actions/checkout#2439</a></li> <li>Update changelog for v6.0.3 by <a href="https://github.com/yaananth"><code>@yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2446">actions/checkout#2446</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/yaananth"><code>@yaananth</code></a> made their first contribution in <a href="https://redirect.github.com/actions/checkout/pull/2414">actions/checkout#2414</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v6...v6.0.3">https://github.com/actions/checkout/compare/v6...v6.0.3</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> <h2>v6.0.3</h2> <ul> <li>Fix checkout init for SHA-256 repositories by <a href="https://github.com/yaananth"><code>@yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2439">actions/checkout#2439</a></li> <li>fix: expand merge commit SHA regex and add SHA-256 test cases by <a href="https://github.com/yaananth"><code>@yaananth</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2414">actions/checkout#2414</a></li> </ul> <h2>v6.0.2</h2> <ul> <li>Fix tag handling: preserve annotations and explicit fetch-tags by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2356">actions/checkout#2356</a></li> </ul> <h2>v6.0.1</h2> <ul> <li>Add worktree support for persist-credentials includeIf by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2327">actions/checkout#2327</a></li> </ul> <h2>v6.0.0</h2> <ul> <li>Persist creds to a separate file by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout#2286</a></li> <li>Update README to include Node.js 24 support details and requirements by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout#2248</a></li> </ul> <h2>v5.0.1</h2> <ul> <li>Port v6 cleanup to v5 by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout#2301</a></li> </ul> <h2>v5.0.0</h2> <ul> <li>Update actions checkout to use node 24 by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout#2226</a></li> </ul> <h2>v4.3.1</h2> <ul> <li>Port v6 cleanup to v4 by <a href="https://github.com/ericsciple"><code>@ericsciple</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2305">actions/checkout#2305</a></li> </ul> <h2>v4.3.0</h2> <ul> <li>docs: update README.md by <a href="https://github.com/motss"><code>@motss</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout#1971</a></li> <li>Add internal repos for checking out multiple repositories by <a href="https://github.com/mouismail"><code>@mouismail</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout#1977</a></li> <li>Documentation update - add recommended permissions to Readme by <a href="https://github.com/benwells"><code>@benwells</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout#2043</a></li> <li>Adjust positioning of user email note and permissions heading by <a href="https://github.com/joshmgross"><code>@joshmgross</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout#2044</a></li> <li>Update README.md by <a href="https://github.com/nebuk89"><code>@nebuk89</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout#2194</a></li> <li>Update CODEOWNERS for actions by <a href="https://github.com/TingluoHuang"><code>@TingluoHuang</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout#2224</a></li> <li>Update package dependencies by <a href="https://github.com/salmanmkc"><code>@salmanmkc</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout#2236</a></li> </ul> <h2>v4.2.2</h2> <ul> <li><code>url-helper.ts</code> now leverages well-known environment variables by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout#1941</a></li> <li>Expand unit test coverage for <code>isGhes</code> by <a href="https://github.com/jww3"><code>@jww3</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout#1946</a></li> </ul> <h2>v4.2.1</h2> <ul> <li>Check out other refs/* by commit if provided, fall back to ref by <a href="https://github.com/orhantoy"><code>@orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout#1924</a></li> </ul> <h2>v4.2.0</h2> <ul> <li>Add Ref and Commit outputs by <a href="https://github.com/lucacome"><code>@lucacome</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout#1180</a></li> <li>Dependency updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a>- <a href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout#1777</a>, <a href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout#1872</a></li> </ul> <h2>v4.1.7</h2> <ul> <li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li> <li>Check out other refs/* by commit by <a href="https://github.com/orhantoy"><code>@orhantoy</code></a> in <a href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/checkout/commit/df4cb1c069e1874edd31b4311f1884172cec0e10"><code>df4cb1c</code></a> Update changelog for v6.0.3 (<a href="https://redirect.github.com/actions/checkout/issues/2446">#2446</a>)</li> <li><a href="https://github.com/actions/checkout/commit/1cce3390c2bfda521930d01229c073c7ff920824"><code>1cce339</code></a> Fix checkout init for SHA-256 repositories (<a href="https://redirect.github.com/actions/checkout/issues/2439">#2439</a>)</li> <li><a href="https://github.com/actions/checkout/commit/900f2210b1d28bbbd0bd22d17926b9e224e8f231"><code>900f221</code></a> fix: expand merge commit SHA regex and add SHA-256 test cases (<a href="https://redirect.github.com/actions/checkout/issues/2414">#2414</a>)</li> <li><a href="https://github.com/actions/checkout/commit/0c366fd6a839edf440554fa01a7085ccba70ac98"><code>0c366fd</code></a> Update changelog (<a href="https://redirect.github.com/actions/checkout/issues/2357">#2357</a>)</li> <li>See full diff in <a href="https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10">compare view</a></li> </ul> </details> <br /> Updates `planetscale/ghcommit-action` from 0.2.20 to 0.2.21 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/planetscale/ghcommit-action/releases">planetscale/ghcommit-action's releases</a>.</em></p> <blockquote> <h2>v0.2.21</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>🏕 Changes</h3> <ul> <li>chore(deps): update docker/setup-qemu-action action to v4 by <a href="https://github.com/felix-renovate"><code>@felix-renovate</code></a>[bot] in <a href="https://redirect.github.com/planetscale/ghcommit-action/pull/130">planetscale/ghcommit-action#130</a></li> <li>chore(deps): update docker/login-action action to v4 by <a href="https://github.com/felix-renovate"><code>@felix-renovate</code></a>[bot] in <a href="https://redirect.github.com/planetscale/ghcommit-action/pull/131">planetscale/ghcommit-action#131</a></li> <li>chore(deps): update docker/setup-buildx-action action to v4 by <a href="https://github.com/felix-renovate"><code>@felix-renovate</code></a>[bot] in <a href="https://redirect.github.com/planetscale/ghcommit-action/pull/132">planetscale/ghcommit-action#132</a></li> <li>ci: pin autotag binary by version + sha256 by <a href="https://github.com/joemiller"><code>@joemiller</code></a> in <a href="https://redirect.github.com/planetscale/ghcommit-action/pull/133">planetscale/ghcommit-action#133</a></li> <li>chore(codeowners): rename <code>@planetscale/infra</code> to <code>@planetscale/platform</code> by <a href="https://github.com/mickael-carl"><code>@mickael-carl</code></a> in <a href="https://redirect.github.com/planetscale/ghcommit-action/pull/134">planetscale/ghcommit-action#134</a></li> <li>feat: add optional repository input by <a href="https://github.com/gabriele-ct"><code>@gabriele-ct</code></a> in <a href="https://redirect.github.com/planetscale/ghcommit-action/pull/138">planetscale/ghcommit-action#138</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/mickael-carl"><code>@mickael-carl</code></a> made their first contribution in <a href="https://redirect.github.com/planetscale/ghcommit-action/pull/134">planetscale/ghcommit-action#134</a></li> <li><a href="https://github.com/gabriele-ct"><code>@gabriele-ct</code></a> made their first contribution in <a href="https://redirect.github.com/planetscale/ghcommit-action/pull/138">planetscale/ghcommit-action#138</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/planetscale/ghcommit-action/compare/v0.2.20...v0.2.21">https://github.com/planetscale/ghcommit-action/compare/v0.2.20...v0.2.21</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/planetscale/ghcommit-action/commit/57a6c787385af407a557374c794a09273aaebfd7"><code>57a6c78</code></a> 🤖 Bump version in Dockerfile</li> <li><a href="https://github.com/planetscale/ghcommit-action/commit/6304d85879460cf9a1967cb14636ab663b3c04fe"><code>6304d85</code></a> Merge pull request <a href="https://redirect.github.com/planetscale/ghcommit-action/issues/138">#138</a> from gabriele-ct/contrib/repository-input</li> <li><a href="https://github.com/planetscale/ghcommit-action/commit/41c513dc0904dcb96a9c0532dc01fff982035151"><code>41c513d</code></a> feat: add optional repository input</li> <li><a href="https://github.com/planetscale/ghcommit-action/commit/1a2219da890580bbaeb4e1d7b6f3c253f782f1eb"><code>1a2219d</code></a> chore(codeowners): rename <code>@planetscale/infra</code> to <code>@planetscale/platform</code> (<a href="https://redirect.github.com/planetscale/ghcommit-action/issues/134">#134</a>)</li> <li><a href="https://github.com/planetscale/ghcommit-action/commit/eb8ef2a9dc9bc8b115915f35cb747d4be896cf2a"><code>eb8ef2a</code></a> Merge pull request <a href="https://redirect.github.com/planetscale/ghcommit-action/issues/133">#133</a> from planetscale/joem/autotag-sha-pin</li> <li><a href="https://github.com/planetscale/ghcommit-action/commit/7456b621a50c530450d4e20342690774af6df57a"><code>7456b62</code></a> ci: pin autotag binary by version + sha256</li> <li><a href="https://github.com/planetscale/ghcommit-action/commit/639a64699cad0824a16ff37a1212b440acc3197f"><code>639a646</code></a> chore(deps): update docker/setup-buildx-action action to v4 (<a href="https://redirect.github.com/planetscale/ghcommit-action/issues/132">#132</a>)</li> <li><a href="https://github.com/planetscale/ghcommit-action/commit/19f6b809a188e85b7b89bfba6feaff5979bc38f3"><code>19f6b80</code></a> chore(deps): update docker/login-action action to v4 (<a href="https://redirect.github.com/planetscale/ghcommit-action/issues/131">#131</a>)</li> <li><a href="https://github.com/planetscale/ghcommit-action/commit/0f12d771e572b3995ff82ae70e8fd58ad834798e"><code>0f12d77</code></a> chore(deps): update docker/setup-qemu-action action to v4 (<a href="https://redirect.github.com/planetscale/ghcommit-action/issues/130">#130</a>)</li> <li>See full diff in <a href="https://github.com/planetscale/ghcommit-action/compare/25309d8005ac7c3bcd61d3fe19b69e0fe47dbdde...57a6c787385af407a557374c794a09273aaebfd7">compare view</a></li> </ul> </details> <br /> Updates `github/codeql-action` from 4.36.0 to 4.36.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/releases">github/codeql-action's releases</a>.</em></p> <blockquote> <h2>v4.36.2</h2> <ul> <li>Cache CodeQL CLI version information across Actions steps. <a href="https://redirect.github.com/github/codeql-action/pull/3943">#3943</a></li> <li>Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. <a href="https://redirect.github.com/github/codeql-action/pull/3937">#3937</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.6">2.25.6</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3948">#3948</a></li> </ul> <h2>v4.36.1</h2> <p>No user facing changes.</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/github/codeql-action/blob/main/CHANGELOG.md">github/codeql-action's changelog</a>.</em></p> <blockquote> <h1>CodeQL Action Changelog</h1> <p>See the <a href="https://github.com/github/codeql-action/releases">releases page</a> for the relevant changes to the CodeQL CLI and language packs.</p> <h2>[UNRELEASED]</h2> <p>No user facing changes.</p> <h2>4.36.2 - 04 Jun 2026</h2> <ul> <li>Cache CodeQL CLI version information across Actions steps. <a href="https://redirect.github.com/github/codeql-action/pull/3943">#3943</a></li> <li>Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. <a href="https://redirect.github.com/github/codeql-action/pull/3937">#3937</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.6">2.25.6</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3948">#3948</a></li> </ul> <h2>4.36.1 - 02 Jun 2026</h2> <p>No user facing changes.</p> <h2>4.36.0 - 22 May 2026</h2> <ul> <li><em>Breaking change</em>: Bump the minimum required CodeQL bundle version to 2.19.4. <a href="https://redirect.github.com/github/codeql-action/pull/3894">#3894</a></li> <li>Add support for SHA-256 Git object IDs. <a href="https://redirect.github.com/github/codeql-action/pull/3893">#3893</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.5">2.25.5</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3926">#3926</a></li> </ul> <h2>4.35.5 - 15 May 2026</h2> <ul> <li>We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. <a href="https://redirect.github.com/github/codeql-action/pull/3899">#3899</a></li> <li>For performance and accuracy reasons, <a href="https://redirect.github.com/github/roadmap/issues/1158">improved incremental analysis</a> will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. <a href="https://redirect.github.com/github/codeql-action/pull/3791">#3791</a></li> <li>If multiple inputs are provided for the GitHub-internal <code>analysis-kinds</code> input, only <code>code-scanning</code> will be enabled. The <code>analysis-kinds</code> input is experimental, for GitHub-internal use only, and may change without notice at any time. <a href="https://redirect.github.com/github/codeql-action/pull/3892">#3892</a></li> <li>Added an experimental change which, when running a Code Scanning analysis for a PR with <a href="https://redirect.github.com/github/roadmap/issues/1158">improved incremental analysis</a> enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. <a href="https://redirect.github.com/github/codeql-action/pull/3880">#3880</a></li> </ul> <h2>4.35.4 - 07 May 2026</h2> <ul> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.4">2.25.4</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3881">#3881</a></li> </ul> <h2>4.35.3 - 01 May 2026</h2> <ul> <li><em>Upcoming breaking change</em>: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. <a href="https://redirect.github.com/github/codeql-action/pull/3837">#3837</a></li> <li>Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. <a href="https://redirect.github.com/github/codeql-action/pull/3850">#3850</a></li> <li>Best-effort connection tests for private registries now use <code>GET</code> requests instead of <code>HEAD</code> for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. <a href="https://redirect.github.com/github/codeql-action/pull/3853">#3853</a></li> <li>Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. <a href="https://redirect.github.com/github/codeql-action/pull/3852">#3852</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.3">2.25.3</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3865">#3865</a></li> </ul> <h2>4.35.2 - 15 Apr 2026</h2> <ul> <li>The undocumented TRAP cache cleanup feature that could be enabled using the <code>CODEQL_ACTION_CLEANUP_TRAP_CACHES</code> environment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing the <code>trap-caching: false</code> input to the <code>init</code> Action. <a href="https://redirect.github.com/github/codeql-action/pull/3795">#3795</a></li> <li>The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. <a href="https://redirect.github.com/github/codeql-action/pull/3789">#3789</a></li> <li>Python analysis on GHES no longer extracts the standard library, relying instead on models of the standard library. This should result in significantly faster extraction and analysis times, while the effect on alerts should be minimal. <a href="https://redirect.github.com/github/codeql-action/pull/3794">#3794</a></li> <li>Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. <a href="https://redirect.github.com/github/codeql-action/pull/3807">#3807</a></li> <li>Update default CodeQL bundle version to <a href="https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.2">2.25.2</a>. <a href="https://redirect.github.com/github/codeql-action/pull/3823">#3823</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/github/codeql-action/commit/8aad20d150bbac5944a9f9d289da16a4b0d87c1e"><code>8aad20d</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3949">#3949</a> from github/update-v4.36.2-dcb947ce1</li> <li><a href="https://github.com/github/codeql-action/commit/f521b08cd8f468ab193ea950a589cb2e9c869c6a"><code>f521b08</code></a> Add additional changelog notes</li> <li><a href="https://github.com/github/codeql-action/commit/8aeff0ffb7b78582ee0d0e6eebb8140684400d08"><code>8aeff0f</code></a> Update changelog for v4.36.2</li> <li><a href="https://github.com/github/codeql-action/commit/dcb947ce15976d40ea82935510b2db4872ec124c"><code>dcb947c</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3948">#3948</a> from github/update-bundle/codeql-bundle-v2.25.6</li> <li><a href="https://github.com/github/codeql-action/commit/c251bcefa178f7780f62f150002acffe3d07fde9"><code>c251bce</code></a> Add changelog note</li> <li><a href="https://github.com/github/codeql-action/commit/62953c18b35f59e28351d2f1e806925aef8b1e3c"><code>62953c1</code></a> Update default bundle to codeql-bundle-v2.25.6</li> <li><a href="https://github.com/github/codeql-action/commit/423b570baf1976cd7a3daeba5d6e9f9b76432f37"><code>423b570</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3946">#3946</a> from github/dependabot/npm_and_yarn/npm-minor-5d507a...</li> <li><a href="https://github.com/github/codeql-action/commit/c35d1b164463ee62a100735382aaaa525c5d3496"><code>c35d1b1</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3947">#3947</a> from github/dependabot/github_actions/dot-github/wor...</li> <li><a href="https://github.com/github/codeql-action/commit/cb1a588b02755b176e7b9d033ed4b69312f0e1bd"><code>cb1a588</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3937">#3937</a> from github/robertbrignull/waitForProcessing_backoff</li> <li><a href="https://github.com/github/codeql-action/commit/ba47406412c54532b5b4fcfbaf877c9e2382b206"><code>ba47406</code></a> Merge pull request <a href="https://redirect.github.com/github/codeql-action/issues/3943">#3943</a> from github/henrymercer/cache-cli-version-info</li> <li>Additional commits viewable in <a href="https://github.com/github/codeql-action/compare/7211b7c8077ea37d8641b6271f6a365a22a5fbfa...8aad20d150bbac5944a9f9d289da16a4b0d87c1e">compare view</a></li> </ul> </details> <br /> Updates `crate-ci/typos` from 1.46.3 to 1.47.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/releases">crate-ci/typos's releases</a>.</em></p> <blockquote> <h2>v1.47.2</h2> <h2>[1.47.2] - 2026-06-04</h2> <h3>Fixes</h3> <ul> <li>Don't correct <code>inferrable</code></li> <li>Correct unused <code>inferible</code> variant</li> </ul> <h2>v1.47.1</h2> <h2>[1.47.1] - 2026-06-03</h2> <h3>Fixes</h3> <ul> <li>Don't correct <code>requestors</code></li> </ul> <h2>v1.47.0</h2> <h2>[1.47.0] - 2026-05-29</h2> <h3>Features</h3> <ul> <li>Updated the dictionary with the <a href="https://redirect.github.com/crate-ci/typos/issues/1545">May 2026</a> changes</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/crate-ci/typos/blob/master/CHANGELOG.md">crate-ci/typos's changelog</a>.</em></p> <blockquote> <h1>Change Log</h1> <p>All notable changes to this project will be documented in this file.</p> <p>The format is based on <a href="https://keepachangelog.com/">Keep a Changelog</a> and this project adheres to <a href="https://semver.org/">Semantic Versioning</a>.</p> <!-- raw HTML omitted --> <h2>[Unreleased] - ReleaseDate</h2> <h2>[1.47.2] - 2026-06-04</h2> <h3>Fixes</h3> <ul> <li>Don't correct <code>inferrable</code></li> <li>Correct unused <code>inferible</code> variant</li> </ul> <h2>[1.47.1] - 2026-06-03</h2> <h3>Fixes</h3> <ul> <li>Don't correct <code>requestors</code></li> </ul> <h2>[1.47.0] - 2026-05-29</h2> <h3>Features</h3> <ul> <li>Updated the dictionary with the <a href="https://redirect.github.com/crate-ci/typos/issues/1545">May 2026</a> changes</li> </ul> <h2>[1.46.3] - 2026-05-23</h2> <h3>Fixes</h3> <ul> <li>Don't correct to <code>sequentials</code></li> <li>Don't correct to <code>subdolder</code></li> </ul> <h2>[1.46.2] - 2026-05-16</h2> <h3>Fixes</h3> <ul> <li>Don't correct to <code>criterias</code></li> <li>Don't correct to <code>replaceables</code></li> </ul> <h2>[1.46.1] - 2026-05-08</h2> <h3>Fixes</h3> <ul> <li>Don't correct to <code>confidentials</code></li> </ul> <h2>[1.46.0] - 2026-04-30</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/crate-ci/typos/commit/37bb98842b0d8c4ffebdb75301a13db0267cef89"><code>37bb988</code></a> chore: Release</li> <li><a href="https://github.com/crate-ci/typos/commit/cf0d28060ca881bc27ff40b3bdbf29e6b965aec9"><code>cf0d280</code></a> docs: Update changelog</li> <li><a href="https://github.com/crate-ci/typos/commit/365762c5b7f8c0893e9c2cc2f28ad346d3a5d540"><code>365762c</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/typos/issues/1569">#1569</a> from epage/infer</li> <li><a href="https://github.com/crate-ci/typos/commit/ee20d2ae6a3289fd9199670a32eb0ef116f821c6"><code>ee20d2a</code></a> fix(dict): Allow inferrable, disallow inferible</li> <li><a href="https://github.com/crate-ci/typos/commit/44e2070e6017f834bf069503acb35ca0ca0b75f2"><code>44e2070</code></a> chore: Release</li> <li><a href="https://github.com/crate-ci/typos/commit/e10d108c2ad5ba9c5271cc8187b3542620754107"><code>e10d108</code></a> docs: Update changelog</li> <li><a href="https://github.com/crate-ci/typos/commit/06f8734ce409b4da0b249a0fb43d261e2deef073"><code>06f8734</code></a> Merge pull request <a href="https://redirect.github.com/crate-ci/typos/issues/1566">#1566</a> from epage/fix</li> <li><a href="https://github.com/crate-ci/typos/commit/a12d104c3773d39452966c248b100cd165afc6ac"><code>a12d104</code></a> fix(dict): Don't correct requestors</li> <li><a href="https://github.com/crate-ci/typos/commit/823a0a4672ea7c524f9a1fd99c5c5ae5b1952bf2"><code>823a0a4</code></a> chore(deps): Update compatible (<a href="https://redirect.github.com/crate-ci/typos/issues/1564">#1564</a>)</li> <li><a href="https://github.com/crate-ci/typos/commit/f8a58b6b53f2279f71eb605f03a4ae4d10608f45"><code>f8a58b6</code></a> chore: Release</li> <li>Additional commits viewable in <a href="https://github.com/crate-ci/typos/compare/7b04f660f4ee4f048d18fd341887cf28dfbedfe2...37bb98842b0d8c4ffebdb75301a13db0267cef89">compare view</a></li> </ul> </details> <br /> Updates `DataDog/dd-trace-go/.github/workflows/orchestrion.yml` from ed73c7f58e90df9a0280e00d712b46147345fa23 to 033a7587040351f32b21e3b110f3bdb37c691b30 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DataDog/dd-trace-go/commit/033a7587040351f32b21e3b110f3bdb37c691b30"><code>033a758</code></a> feat(config): migrate headerAsTags, add apply-callback to DynamicConfig (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4821">#4821</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/6865807ae0bff5aa1592a41c6f3ab34b94e5129b"><code>6865807</code></a> chore(ci): fix codeowner resolution (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4863">#4863</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/3dab137e0242c34274c8748664ca18ef2c35878f"><code>3dab137</code></a> refactor(config): migrate orchestrionCfg (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4826">#4826</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/26b7c2f760187e49ea126e936344f8a0e70ca3df"><code>26b7c2f</code></a> chore: update push to test optim version (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4861">#4861</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/2aa8ef3b1c165702cf4afd244f11a35d4bdf990d"><code>2aa8ef3</code></a> chore(chainguard): add dd-octo-sts policy for FPD config-inversion (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4856">#4856</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/45174a219915947d72cb1b6548a7a8e5ee647d6e"><code>45174a2</code></a> fix(civisibility): truncate CI Visibility meta values (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4853">#4853</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/eaa414025e2a06ae05e678909ae32c46896e4b27"><code>eaa4140</code></a> feat(config): migrate dogstatsdAddr, add DD_DOGSTATSD_URL (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4796">#4796</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/2dbcc04075005976b0f9f2a6b5548680d44e98d7"><code>2dbcc04</code></a> feat(config): migrate universalVersion, add DD_TRACE_UNIVERSAL_VERSION_ENABLE...</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/c4e8daf2d22439f4fa53792b6269c8bf5c1a9182"><code>c4e8daf</code></a> refactor(config): migrate sendRetries to internal config (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4743">#4743</a>)</li> <li><a href="https://github.com/DataDog/dd-trace-go/commit/31d85a69bbe68137d163c77c16485423f1866ff8"><code>31d85a6</code></a> fix(internal/civisibility): fix agent UDS requests (<a href="https://redirect.github.com/datadog/dd-trace-go/issues/4852">#4852</a>)</li> <li>Additional commits viewable in <a href="https://github.com/datadog/dd-trace-go/compare/ed73c7f58e90df9a0280e00d712b46147345fa23...033a7587040351f32b21e3b110f3bdb37c691b30">compare view</a></li> </ul> </details> <br /> Updates `DataDog/coverage-upload-github-action` from 1.0.3 to 1.0.5 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/datadog/coverage-upload-github-action/releases">DataDog/coverage-upload-github-action's releases</a>.</em></p> <blockquote> <h2>v1.0.5</h2> <h2>What's Changed</h2> <ul> <li>Bump install-datadog-ci-github-action to v1.0.6 by <a href="https://github.com/nikita-tkachenko-datadog"><code>@nikita-tkachenko-datadog</code></a> in <a href="https://redirect.github.com/DataDog/coverage-upload-github-action/pull/21">DataDog/coverage-upload-github-action#21</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/DataDog/coverage-upload-github-action/compare/v1...v1.0.5">https://github.com/DataDog/coverage-upload-github-action/compare/v1...v1.0.5</a></p> <h2>v1.0.4</h2> <h2>What's Changed</h2> <ul> <li>Bump install-datadog-ci-github-action to v1.0.5 (Alpine support) by <a href="https://github.com/CarlosNietoP"><code>@CarlosNietoP</code></a> in <a href="https://redirect.github.com/DataDog/coverage-upload-github-action/pull/20">DataDog/coverage-upload-github-action#20</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/DataDog/coverage-upload-github-action/compare/v1...v1.0.4">https://github.com/DataDog/coverage-upload-github-action/compare/v1...v1.0.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/DataDog/coverage-upload-github-action/commit/d9548b1c3c4ab639d5d3ab29a1508af188975f77"><code>d9548b1</code></a> Bump install-datadog-ci-github-action to v1.0.6 (<a href="https://redirect.github.com/datadog/coverage-upload-github-action/issues/21">#21</a>)</li> <li><a href="https://github.com/DataDog/coverage-upload-github-action/commit/2ba057033351887422f8eb0203d1990c3acbc8c5"><code>2ba0570</code></a> Merge pull request <a href="https://redirect.github.com/datadog/coverage-upload-github-action/issues/20">#20</a> from DataDog/carlos.nietopetinal/bump-install-action-a...</li> <li><a href="https://github.com/DataDog/coverage-upload-github-action/commit/975f8efd1e34af98c0865d13c3155ca9281c8ecf"><code>975f8ef</code></a> Bump install-datadog-ci-github-action to v1.0.5 (Alpine support)</li> <li>See full diff in <a href="https://github.com/datadog/coverage-upload-github-action/compare/6c4bd935248daa6f0ef94e3e6ba71ad5ad079998...d9548b1c3c4ab639d5d3ab29a1508af188975f77">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 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>
Configuration menu - View commit details
-
Copy full SHA for a94cfe4 - Browse repository at this point
Copy the full SHA a94cfe4View commit details
Commits on Jun 21, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 18b1ba9 - Browse repository at this point
Copy the full SHA 18b1ba9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.10.0...v1.11.0