From 7b0d7c45d9cc8f5f81f0b1de7f46af90c815a5cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:14:54 +0000 Subject: [PATCH] chore(deps): bump bridgecrewio/checkov-action Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.1347.0 to 12.3102.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/99bb2caf247dfd9f03cf984373bc6043d4e32ebf...4048c972aae68d0b983a48bb3479aab2d877b898) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-version: 12.3102.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/security-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 6cfb4520..544fdf6d 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -247,7 +247,7 @@ jobs: - name: Run Checkov IaC scan continue-on-error: true - uses: bridgecrewio/checkov-action@99bb2caf247dfd9f03cf984373bc6043d4e32ebf # v12.1347.0 + uses: bridgecrewio/checkov-action@4048c972aae68d0b983a48bb3479aab2d877b898 # v12.3102.0 with: directory: . framework: kubernetes,dockerfile,terraform,ansible