Skip to content

chore(deps): bump the github-actions group across 1 directory with 6 updates#840

Merged
darccio merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-2b0319a437
Jun 19, 2026
Merged

chore(deps): bump the github-actions group across 1 directory with 6 updates#840
darccio merged 1 commit into
mainfrom
dependabot/github_actions/github-actions-2b0319a437

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the github-actions group with 6 updates in the / directory:

Package From To
actions/checkout 6.0.2 6.0.3
planetscale/ghcommit-action 0.2.20 0.2.21
github/codeql-action 4.36.0 4.36.2
crate-ci/typos 1.46.3 1.47.2
DataDog/dd-trace-go/.github/workflows/orchestrion.yml ed73c7f58e90df9a0280e00d712b46147345fa23 033a7587040351f32b21e3b110f3bdb37c691b30
DataDog/coverage-upload-github-action 1.0.3 1.0.5

Updates actions/checkout from 6.0.2 to 6.0.3

Release notes

Sourced from actions/checkout's releases.

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

... (truncated)

Commits

Updates planetscale/ghcommit-action from 0.2.20 to 0.2.21

Release notes

Sourced from planetscale/ghcommit-action's releases.

v0.2.21

What's Changed

🏕 Changes

New Contributors

Full Changelog: planetscale/ghcommit-action@v0.2.20...v0.2.21

Commits
  • 57a6c78 🤖 Bump version in Dockerfile
  • 6304d85 Merge pull request #138 from gabriele-ct/contrib/repository-input
  • 41c513d feat: add optional repository input
  • 1a2219d chore(codeowners): rename @​planetscale/infra to @​planetscale/platform (#134)
  • eb8ef2a Merge pull request #133 from planetscale/joem/autotag-sha-pin
  • 7456b62 ci: pin autotag binary by version + sha256
  • 639a646 chore(deps): update docker/setup-buildx-action action to v4 (#132)
  • 19f6b80 chore(deps): update docker/login-action action to v4 (#131)
  • 0f12d77 chore(deps): update docker/setup-qemu-action action to v4 (#130)
  • See full diff in compare view

Updates github/codeql-action from 4.36.0 to 4.36.2

Release notes

Sourced from github/codeql-action's releases.

v4.36.2

  • Cache CodeQL CLI version information across Actions steps. #3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
  • Update default CodeQL bundle version to 2.25.6. #3948

v4.36.1

No user facing changes.

Changelog

Sourced from github/codeql-action's changelog.

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

[UNRELEASED]

No user facing changes.

4.36.2 - 04 Jun 2026

  • Cache CodeQL CLI version information across Actions steps. #3943
  • Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
  • Update default CodeQL bundle version to 2.25.6. #3948

4.36.1 - 02 Jun 2026

No user facing changes.

4.36.0 - 22 May 2026

  • Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
  • Add support for SHA-256 Git object IDs. #3893
  • Update default CodeQL bundle version to 2.25.5. #3926

4.35.5 - 15 May 2026

  • 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. #3899
  • For performance and accuracy reasons, improved incremental analysis 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. #3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis 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. #3880

4.35.4 - 07 May 2026

  • Update default CodeQL bundle version to 2.25.4. #3881

4.35.3 - 01 May 2026

  • Upcoming breaking change: 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. #3837
  • Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
  • Best-effort connection tests for private registries now use GET requests instead of HEAD for better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853
  • Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
  • Update default CodeQL bundle version to 2.25.3. #3865

4.35.2 - 15 Apr 2026

  • The undocumented TRAP cache cleanup feature that could be enabled using the CODEQL_ACTION_CLEANUP_TRAP_CACHES 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 trap-caching: false input to the init Action. #3795
  • The Git version 2.36.0 requirement for improved incremental analysis now only applies to repositories that contain submodules. #3789
  • 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. #3794
  • Fixed a bug in the validation of OIDC configurations for private registries that was added in CodeQL Action 4.33.0 / 3.33.0. #3807
  • Update default CodeQL bundle version to 2.25.2. #3823

... (truncated)

Commits
  • 8aad20d Merge pull request #3949 from github/update-v4.36.2-dcb947ce1
  • f521b08 Add additional changelog notes
  • 8aeff0f Update changelog for v4.36.2
  • dcb947c Merge pull request #3948 from github/update-bundle/codeql-bundle-v2.25.6
  • c251bce Add changelog note
  • 62953c1 Update default bundle to codeql-bundle-v2.25.6
  • 423b570 Merge pull request #3946 from github/dependabot/npm_and_yarn/npm-minor-5d507a...
  • c35d1b1 Merge pull request #3947 from github/dependabot/github_actions/dot-github/wor...
  • cb1a588 Merge pull request #3937 from github/robertbrignull/waitForProcessing_backoff
  • ba47406 Merge pull request #3943 from github/henrymercer/cache-cli-version-info
  • Additional commits viewable in compare view

Updates crate-ci/typos from 1.46.3 to 1.47.2

Release notes

Sourced from crate-ci/typos's releases.

v1.47.2

[1.47.2] - 2026-06-04

Fixes

  • Don't correct inferrable
  • Correct unused inferible variant

v1.47.1

[1.47.1] - 2026-06-03

Fixes

  • Don't correct requestors

v1.47.0

[1.47.0] - 2026-05-29

Features

  • Updated the dictionary with the May 2026 changes
Changelog

Sourced from crate-ci/typos's changelog.

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - ReleaseDate

[1.47.2] - 2026-06-04

Fixes

  • Don't correct inferrable
  • Correct unused inferible variant

[1.47.1] - 2026-06-03

Fixes

  • Don't correct requestors

[1.47.0] - 2026-05-29

Features

  • Updated the dictionary with the May 2026 changes

[1.46.3] - 2026-05-23

Fixes

  • Don't correct to sequentials
  • Don't correct to subdolder

[1.46.2] - 2026-05-16

Fixes

  • Don't correct to criterias
  • Don't correct to replaceables

[1.46.1] - 2026-05-08

Fixes

  • Don't correct to confidentials

[1.46.0] - 2026-04-30

... (truncated)

Commits

Updates DataDog/dd-trace-go/.github/workflows/orchestrion.yml from ed73c7f58e90df9a0280e00d712b46147345fa23 to 033a7587040351f32b21e3b110f3bdb37c691b30

Commits
  • 033a758 feat(config): migrate headerAsTags, add apply-callback to DynamicConfig (#4821)
  • 6865807 chore(ci): fix codeowner resolution (#4863)
  • 3dab137 refactor(config): migrate orchestrionCfg (#4826)
  • 26b7c2f chore: update push to test optim version (#4861)
  • 2aa8ef3 chore(chainguard): add dd-octo-sts policy for FPD config-inversion (#4856)
  • 45174a2 fix(civisibility): truncate CI Visibility meta values (#4853)
  • eaa4140 feat(config): migrate dogstatsdAddr, add DD_DOGSTATSD_URL (#4796)
  • 2dbcc04 feat(config): migrate universalVersion, add DD_TRACE_UNIVERSAL_VERSION_ENABLE...
  • c4e8daf refactor(config): migrate sendRetries to internal config (#4743)
  • 31d85a6 fix(internal/civisibility): fix agent UDS requests (#4852)
  • Additional commits viewable in compare view

Updates DataDog/coverage-upload-github-action from 1.0.3 to 1.0.5

Release notes

Sourced from DataDog/coverage-upload-github-action's releases.

v1.0.5

What's Changed

Full Changelog: DataDog/coverage-upload-github-action@v1...v1.0.5

v1.0.4

What's Changed

Full Changelog: DataDog/coverage-upload-github-action@v1...v1.0.4

Commits
  • d9548b1 Bump install-datadog-ci-github-action to v1.0.6 (#21)
  • 2ba0570 Merge pull request #20 from DataDog/carlos.nietopetinal/bump-install-action-a...
  • 975f8ef Bump install-datadog-ci-github-action to v1.0.5 (Alpine support)
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot 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

…updates

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
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@de0fac2...df4cb1c)

Updates `planetscale/ghcommit-action` from 0.2.20 to 0.2.21
- [Release notes](https://github.com/planetscale/ghcommit-action/releases)
- [Commits](planetscale/ghcommit-action@25309d8...57a6c78)

Updates `github/codeql-action` from 4.36.0 to 4.36.2
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@7211b7c...8aad20d)

Updates `crate-ci/typos` from 1.46.3 to 1.47.2
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@7b04f66...37bb988)

Updates `DataDog/dd-trace-go/.github/workflows/orchestrion.yml` from ed73c7f58e90df9a0280e00d712b46147345fa23 to 033a7587040351f32b21e3b110f3bdb37c691b30
- [Release notes](https://github.com/datadog/dd-trace-go/releases)
- [Commits](DataDog/dd-trace-go@ed73c7f...033a758)

Updates `DataDog/coverage-upload-github-action` from 1.0.3 to 1.0.5
- [Release notes](https://github.com/datadog/coverage-upload-github-action/releases)
- [Commits](DataDog/coverage-upload-github-action@6c4bd93...d9548b1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: planetscale/ghcommit-action
  dependency-version: 0.2.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 4.36.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: crate-ci/typos
  dependency-version: 1.47.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: DataDog/dd-trace-go/.github/workflows/orchestrion.yml
  dependency-version: 033a7587040351f32b21e3b110f3bdb37c691b30
  dependency-type: direct:production
  dependency-group: github-actions
- dependency-name: DataDog/coverage-upload-github-action
  dependency-version: 1.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 8, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner June 8, 2026 16:06
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 8, 2026
@github-actions github-actions Bot added the conventional-commit/chore Maintenance work that does not show up in the release notes label Jun 8, 2026
@datadog-official

datadog-official Bot commented Jun 8, 2026

Copy link
Copy Markdown

Pipelines

Fix all issues with BitsAI

⚠️ Warnings

🚦 1 Pipeline job failed

Tests | Integration Tests / Orchestrion Integration Tests   View in Datadog   GitHub Actions

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 182f60e | Docs | Datadog PR Page | Give us feedback!

@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.98%. Comparing base (e061d12) to head (182f60e).
⚠️ Report is 88 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #840      +/-   ##
==========================================
+ Coverage   65.72%   70.98%   +5.26%     
==========================================
  Files         113      118       +5     
  Lines        7926     7028     -898     
==========================================
- Hits         5209     4989     -220     
+ Misses       2192     1467     -725     
- Partials      525      572      +47     
Components Coverage Δ
Generators 83.23% <ø> (+2.98%) ⬆️
Instruments ∅ <ø> (∅)
Go Driver 75.58% <65.38%> (-0.23%) ⬇️
Toolexec Driver 74.78% <100.00%> (+7.25%) ⬆️
Aspects 77.33% <77.81%> (+5.42%) ⬆️
Injector 77.46% <78.51%> (+4.67%) ⬆️
Job Server 71.22% <55.55%> (+5.30%) ⬆️
Other 70.98% <68.20%> (+5.26%) ⬆️
see 108 files with indirect coverage changes
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@darccio
darccio added this pull request to the merge queue Jun 19, 2026
Merged via the queue into main with commit a94cfe4 Jun 19, 2026
123 of 128 checks passed
@darccio
darccio deleted the dependabot/github_actions/github-actions-2b0319a437 branch June 19, 2026 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

conventional-commit/chore Maintenance work that does not show up in the release notes dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant