Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps the github-actions-version-updates group with 2 updates: bridgecrewio/checkov-action and awslabs/mcp.

Updates bridgecrewio/checkov-action from 12.3068.0 to 12.3069.0

Commits

Updates awslabs/mcp from 2025.10.20251027191808 to 2025.10.20251031202646

Release notes

Sourced from awslabs/mcp's releases.

2025.10.20251031202646

What's Changed

Full Changelog: 2025.10.20251031142413...2025.10.20251031202646

2025.10.20251031142413

What's Changed

New Contributors

Full Changelog: 2025.10.20251030153754...2025.10.20251031142413

2025.10.20251030153754

What's Changed

New Contributors

Full Changelog: 2025.10.20251030150555...2025.10.20251030153754

2025.10.20251030150555

What's Changed

New Contributors

Full Changelog: 2025.10.20251029214701...2025.10.20251030150555

2025.10.20251029214701

What's Changed

Full Changelog: 2025.10.20251028223010...2025.10.20251029214701

... (truncated)

Commits
  • cae604d chore: bump packages for release/2025.10.20251031202646 (#1627)
  • 600db4f pin dependecies (#1624)
  • d3f7a3d fix: pin semgrep workflow python version (#1626)
  • e7e4167 chore: bump packages for release/2025.10.20251031142413 (#1623)
  • cdea3e6 feat(aws-api-mcp-server): Add region parameter support to call_aws_helper (#1...
  • b569c87 chore(healthomics): add new healthomics maintainer (#1610)
  • 3eb2a31 feat(mysql) Add direct db connection support for MySQL (#1246)
  • 96f3e56 chore: bump packages for release/2025.10.20251030153754 (#1617)
  • 5956a72 fix(dataprocessing): Add SQL analyzer utility to improve write operation dete...
  • 3005fe0 chore: bump packages for release/2025.10.20251030150555 (#1616)
  • Additional commits viewable 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 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file or issues from dependenices github_actions Pull requests that update GitHub Actions code labels Nov 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 3, 2025 01:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file or issues from dependenices github_actions Pull requests that update GitHub Actions code labels Nov 3, 2025
Copy link
Member

@scottschreckengaust scottschreckengaust left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@scottschreckengaust scottschreckengaust requested a review from a team November 5, 2025 19:01
@scottschreckengaust scottschreckengaust self-assigned this Nov 5, 2025
@scottschreckengaust scottschreckengaust added ready-for-merge Folks believe this is ready to merge 👮admin👮 Looking for admin help to unblock labels Nov 5, 2025
alexa-perlov
alexa-perlov previously approved these changes Nov 6, 2025
@scottschreckengaust
Copy link
Member

@dependabot rebase

@scottschreckengaust scottschreckengaust moved this from To triage to In review in awslabs/mcp Project Nov 6, 2025
…pdates group with 2 updates

Bumps the github-actions-version-updates group with 2 updates: [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) and [awslabs/mcp](https://github.com/awslabs/mcp).


Updates `bridgecrewio/checkov-action` from 12.3068.0 to 12.3069.0
- [Release notes](https://github.com/bridgecrewio/checkov-action/releases)
- [Commits](bridgecrewio/checkov-action@197d539...d146511)

Updates `awslabs/mcp` from 2025.10.20251027191808 to 2025.10.20251031202646
- [Release notes](https://github.com/awslabs/mcp/releases)
- [Commits](61ce600...cae604d)

---
updated-dependencies:
- dependency-name: bridgecrewio/checkov-action
  dependency-version: 12.3069.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-version-updates
- dependency-name: awslabs/mcp
  dependency-version: 2025.10.20251031202646
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-version-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot dismissed stale reviews from alexa-perlov and scottschreckengaust via 42c51c0 November 6, 2025 14:42
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-version-updates-e33229cfbd branch from 7a55b02 to 42c51c0 Compare November 6, 2025 14:42
Copy link
Member

@scottschreckengaust scottschreckengaust left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@scottschreckengaust scottschreckengaust added this pull request to the merge queue Nov 6, 2025
Merged via the queue into main with commit a591844 Nov 6, 2025
199 checks passed
@scottschreckengaust scottschreckengaust deleted the dependabot/github_actions/github-actions-version-updates-e33229cfbd branch November 6, 2025 20:33
@github-project-automation github-project-automation bot moved this from In review to Done in awslabs/mcp Project Nov 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

👮admin👮 Looking for admin help to unblock dependencies Pull requests that update a dependency file or issues from dependenices github_actions Pull requests that update GitHub Actions code ready-for-merge Folks believe this is ready to merge

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants