Skip to content

fix(deps): update all non-major dependencies#1413

Merged
wass3rw3rk merged 1 commit intomainfrom
renovate/all-minor-patch-digest-pin
Mar 16, 2026
Merged

fix(deps): update all non-major dependencies#1413
wass3rw3rk merged 1 commit intomainfrom
renovate/all-minor-patch-digest-pin

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 12, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/aws/aws-sdk-go-v2 v1.41.3v1.41.4 age confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.32.11v1.32.12 age confidence require patch
github.com/aws/aws-sdk-go-v2/service/sts v1.41.8v1.41.9 age confidence require patch
github/codeql-action v4.32.6v4.33.0 age confidence action minor
golang.org/x/crypto v0.48.0v0.49.0 age confidence require minor
reviewdog/action-golangci-lint v2.8.0v2.10.0 age confidence action minor

Release Notes

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.41.4

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue: v1.13.12
    • Bug Fix: Removes some duplicated reflection-based calls in the marshaler.
  • github.com/aws/aws-sdk-go-v2/service/codebuild: v1.32.0
    • Feature: Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.153.0
    • Feature: Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.41.4
    • Documentation: Documentation only update for Amazon ECS.
  • github.com/aws/aws-sdk-go-v2/service/emrcontainers: v1.26.0
    • Feature: This release increases the number of supported job template parameters from 20 to 100.
  • github.com/aws/aws-sdk-go-v2/service/globalaccelerator: v1.23.0
    • Feature: AWS Global Accelerator now supports cross-account sharing for bring your own IP addresses.
  • github.com/aws/aws-sdk-go-v2/service/medialive: v1.49.0
    • Feature: Exposing TileMedia H265 options
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.134.0
    • Feature: Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5
github/codeql-action (github/codeql-action)

v4.33.0

Compare Source

reviewdog/action-golangci-lint (reviewdog/action-golangci-lint)

v2.10.0

Compare Source

What's Changed
New Contributors

Full Changelog: reviewdog/action-golangci-lint@v2.9.0...v2.10.0

v2.9.0

Compare Source

What's Changed

Full Changelog: reviewdog/action-golangci-lint@v2.8.0...v2.9.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner March 12, 2026 01:29
@renovate renovate bot added the dependencies Indicates a change to dependencies label Mar 12, 2026
@renovate
Copy link
Contributor Author

renovate bot commented Mar 12, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 12 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go-v2/credentials v1.19.11 -> v1.19.12
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.19 -> v1.18.20
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.19 -> v1.4.20
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.19 -> v2.7.20
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.5 -> v1.8.6
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.6 -> v1.13.7
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.19 -> v1.13.20
github.com/aws/aws-sdk-go-v2/service/signin v1.0.7 -> v1.0.8
github.com/aws/aws-sdk-go-v2/service/sso v1.30.12 -> v1.30.13
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.16 -> v1.35.17
golang.org/x/sys v0.41.0 -> v0.42.0
golang.org/x/text v0.34.0 -> v0.35.0

@codecov
Copy link

codecov bot commented Mar 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.31%. Comparing base (2c1c71f) to head (1906a1b).
⚠️ Report is 1 commits behind head on main.

❌ Your project status has failed because the head coverage (58.31%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1413   +/-   ##
=======================================
  Coverage   58.31%   58.31%           
=======================================
  Files         661      661           
  Lines       25290    25290           
=======================================
  Hits        14748    14748           
  Misses       9854     9854           
  Partials      688      688           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 3 times, most recently from 6d0e983 to 4d436b8 Compare March 13, 2026 22:01
@renovate renovate bot changed the title fix(deps): update module golang.org/x/crypto to v0.49.0 fix(deps): update all non-major dependencies Mar 13, 2026
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch 2 times, most recently from 96af375 to 3063f5a Compare March 15, 2026 05:57
@renovate renovate bot force-pushed the renovate/all-minor-patch-digest-pin branch from 3063f5a to 1906a1b Compare March 16, 2026 13:26
@wass3rw3rk wass3rw3rk merged commit 289a868 into main Mar 16, 2026
12 of 14 checks passed
@wass3rw3rk wass3rw3rk deleted the renovate/all-minor-patch-digest-pin branch March 16, 2026 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Indicates a change to dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants