Skip to content

Commit 42c51c0

Browse files
chore(deps): update github-actions: bump the github-actions-version-updates 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]>
1 parent 1f4cd9d commit 42c51c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/checkov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
2929

3030
- name: Checkov GitHub Action
31-
uses: bridgecrewio/checkov-action@197d53917e0ff43d63111c0808e40b1aaf28ec1c # v12.3068.0
31+
uses: bridgecrewio/checkov-action@5abded944c5e3fb597c3fcb4f2a5aa83d9c73f8b # v12.3070.0
3232
with:
3333
# This will add both a CLI output to the console and create a results.sarif file
3434
output_format: cli,sarif

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ jobs:
303303
# Clear up space for specific large projects
304304
- name: Clear Up Space (Aggressively) for Specific Projects
305305
if: contains(fromJson('["core-mcp-server"]'), matrix.changed-directory)
306-
uses: awslabs/mcp/.github/actions/clear-space-ubuntu-latest-agressively@61ce600d5c7fd6584b22b6eac98f9b097aabce11
306+
uses: awslabs/mcp/.github/actions/clear-space-ubuntu-latest-agressively@63e6709e228dd0ad4ecf5ac39f293cbdbecc74c9
307307
#TODO: remove local action checkout when working...
308308
- name: Checkout repository
309309
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
- name: Clear Up Space (Agressively) for Trivy Scans that Run Out of Space
4848
if: contains(toJson('["src/core-mcp-server"]'), matrix.dockerfile)
49-
uses: awslabs/mcp/.github/actions/clear-space-ubuntu-latest-agressively@61ce600d5c7fd6584b22b6eac98f9b097aabce11
49+
uses: awslabs/mcp/.github/actions/clear-space-ubuntu-latest-agressively@63e6709e228dd0ad4ecf5ac39f293cbdbecc74c9
5050

5151
- name: Get Checkout Depth
5252
id: checkout-depth

0 commit comments

Comments
 (0)