Skip to content

Bump the go-actions-deps group across 1 directory with 8 updates#149

Merged
andrewmarklloyd merged 1 commit into
mainfrom
dependabot/go_modules/go-actions-deps-29524b8cfe
Jan 5, 2026
Merged

Bump the go-actions-deps group across 1 directory with 8 updates#149
andrewmarklloyd merged 1 commit into
mainfrom
dependabot/go_modules/go-actions-deps-29524b8cfe

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jan 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the go-actions-deps group with 5 updates in the / directory:

Package From To
github.com/DataDog/datadog-api-client-go/v2 2.50.0 2.52.0
github.com/aws/aws-sdk-go-v2 1.40.0 1.41.0
github.com/aws/aws-sdk-go-v2/config 1.32.2 1.32.6
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.20.12 1.20.18
github.com/spf13/cobra 1.10.1 1.10.2

Updates github.com/DataDog/datadog-api-client-go/v2 from 2.50.0 to 2.52.0

Release notes

Sourced from github.com/DataDog/datadog-api-client-go/v2's releases.

v2.52.0

See ./CHANGELOG.md for details

v2.51.0

See ./CHANGELOG.md for details

Changelog

Sourced from github.com/DataDog/datadog-api-client-go/v2's changelog.

2.52.0/2025-12-17

Changed

  • Mark Incident Impact Endpoints stable #3530
  • Vulnerability Management - Update ListVulnerabilities endpoint query params and response schema #3521
  • Update specs for AWS account updates and creation for CCM configs #3514
  • add suppression version history #3490
  • Add processors groups to Observability Pipelines #3450

Added

  • Update security finding triage specs #3522
  • Add routes for managing On-Call user notification channels #3517
  • Add host field to Post an event V2 API #3515
  • Add GET /api/v2/apm/services endpoint to public documentation #3512
  • Dashboards - Add semantic_mode support to FormulaAndFunctionMetricQueryDefinition #3506
  • Cloud SIEM - Add instantaneousBaseline feature parameter. #3503
  • Add new fields to usage metering api spec #3501
  • update geomap widget definition about conditional_format and text_formats and view focus #3495
  • Add new endpoint for listing rules for a gate #3481

Removed

  • Tag security findings Jira endpoints as unstable #3510

Fixed

  • Add field attribute to the Workload Protection hash action #3487

2.51.0/2025-12-08

Added

  • On-Call Add positioned schedule policy target #3491
  • Introduced new APIs to manage team hierarchy links #3482
  • Add Row Update Endpoints to Reference Tables API spec #3472
  • Add incident management seats to spec #3469
  • Support provisioning teams from external sources #3467
  • security_monitoring - Add signalOutput field to ThreatHuntingJobResponseAttributes schema #3465
  • Add filter.scope to Monitor Notification Rules #3462
  • Add Support for Monitor Assets #3452
  • Add api specs for deployment gates #3412

Changed

  • Add Security Finding Ticketing endpoints #3485
  • Flatten file_metadata response schema to avoid OneOf unmarshaling issues #3471

Fixed

  • obs_pipelines: make google auth optional #3476
Commits
  • c224caf Bump versions and add changelog entries. (#3536)
  • 0001d44 Add GET /api/v2/apm/services endpoint to public documentation (#3512)
  • ce11823 Add field attribute to the Workload Protection hash action (#3487)
  • 935ce0c Cloud SIEM - Add instantaneousBaseline feature parameter. (#3503)
  • 6e3ded7 Add routes for managing On-Call user notification channels (#3517)
  • 58d892e add suppression version history (#3490)
  • 4bf2b08 Regenerate client from commit fcf2546 of spec repo (#3521)
  • 156713a Mark Incident Impact Endpoints stable (#3530)
  • 2a004b3 Update security finding triage specs (#3522)
  • 2abe96a Add processors groups to Observability Pipelines (#3450)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.40.0 to 1.41.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.2 to 1.32.6

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.2 to 1.19.6

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.20.12 to 1.20.18

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.92.1 to 1.95.0

Commits

Updates github.com/aws/smithy-go from 1.23.2 to 1.24.0

Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2025-12-01)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.24.0
    • Feature: Improve allocation footprint of the middleware stack. This should convey a ~10% reduction in allocations per SDK request.

Release (2025-11-03)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.23.2
    • Bug Fix: Adjust the initial sizes of each middleware phase to avoid some unnecessary reallocation.
    • Bug Fix: Avoid unnecessary allocation overhead from the metrics system when not in use.

Release (2025-10-15)

General Highlights

  • Dependency Update: Bump minimum go version to 1.23.
  • Dependency Update: Updated to the latest SDK module versions

Release (2025-09-18)

Module Highlights

  • github.com/aws/smithy-go/aws-http-auth: v1.1.0
    • Feature: Added support for SIG4/SIGV4A querystring authentication.

Release (2025-08-27)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.23.0
    • Feature: Sort map keys in JSON Document types.

Release (2025-07-24)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.5
    • Feature: Add HTTP interceptors.

Release (2025-06-16)

... (truncated)

Commits

Updates github.com/spf13/cobra from 1.10.1 to 1.10.2

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.2

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in spf13/cobra#2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

Commits

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


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <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

Bumps the go-actions-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go) | `2.50.0` | `2.52.0` |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.40.0` | `1.41.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.2` | `1.32.6` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.20.12` | `1.20.18` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.10.1` | `1.10.2` |



Updates `github.com/DataDog/datadog-api-client-go/v2` from 2.50.0 to 2.52.0
- [Release notes](https://github.com/DataDog/datadog-api-client-go/releases)
- [Changelog](https://github.com/DataDog/datadog-api-client-go/blob/master/CHANGELOG.md)
- [Commits](DataDog/datadog-api-client-go@v2.50.0...v2.52.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.40.0 to 1.41.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.40.0...v1.41.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.2 to 1.32.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.32.2...v1.32.6)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.2 to 1.19.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/m2/v1.19.2...service/m2/v1.19.6)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.20.12 to 1.20.18
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/sns/v1.20.12...service/emr/v1.20.18)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.92.1 to 1.95.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.92.1...service/s3/v1.95.0)

Updates `github.com/aws/smithy-go` from 1.23.2 to 1.24.0
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.23.2...v1.24.0)

Updates `github.com/spf13/cobra` from 1.10.1 to 1.10.2
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.10.1...v1.10.2)

---
updated-dependencies:
- dependency-name: github.com/DataDog/datadog-api-client-go/v2
  dependency-version: 2.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-actions-deps
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-actions-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-actions-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-version: 1.19.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-actions-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager
  dependency-version: 1.20.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-actions-deps
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.95.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-actions-deps
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-actions-deps
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 5, 2026
@andrewmarklloyd andrewmarklloyd merged commit aa9a50d into main Jan 5, 2026
1 check passed
@andrewmarklloyd andrewmarklloyd deleted the dependabot/go_modules/go-actions-deps-29524b8cfe branch January 5, 2026 03:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant