From 22191255a1088f1f383ad498b003f4fc08a718c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:50:59 +0000 Subject: [PATCH] Bump bridgecrewio/checkov-action from 12.3067.0 to 12.3068.0 Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.3067.0 to 12.3068.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/8d0d0d94ae10f5080d3fdcd2ffee3d154791587d...197d53917e0ff43d63111c0808e40b1aaf28ec1c) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-version: 12.3068.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 248c00e..86f00f8 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@8d0d0d94ae10f5080d3fdcd2ffee3d154791587d # master + uses: bridgecrewio/checkov-action@197d53917e0ff43d63111c0808e40b1aaf28ec1c # 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 125a914..ab6ffbd 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@8d0d0d94ae10f5080d3fdcd2ffee3d154791587d # master + uses: bridgecrewio/checkov-action@197d53917e0ff43d63111c0808e40b1aaf28ec1c # master with: file: cloudformation/template.yml skip_check: CKV_AWS_59,CKV_AWS_120,CKV2_AWS_71