From 05bc4e9b7739d09f325d0565bc1969eb2c261d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 23:32:30 +0000 Subject: [PATCH] Bump bridgecrewio/checkov-action from 12.3047.0 to 12.3049.0 Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.3047.0 to 12.3049.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/649c937994abeb41d49eb821f09f110ff721dd2e...562029b35f14a3859b4cc88d4e5308c440867d5f) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-version: 12.3049.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9cc4596..1237c1a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,7 +69,7 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@649c937994abeb41d49eb821f09f110ff721dd2e # master + uses: bridgecrewio/checkov-action@562029b35f14a3859b4cc88d4e5308c440867d5f # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71 diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index e25b941f..f71c4af8 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -48,7 +48,7 @@ jobs: input_path: cloudformation - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@649c937994abeb41d49eb821f09f110ff721dd2e # master + uses: bridgecrewio/checkov-action@562029b35f14a3859b4cc88d4e5308c440867d5f # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71