From cd48813983f3cf0df9903863136e7f0add7ba78c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 13:36:27 +0000 Subject: [PATCH] chore(ci): bump bridgecrewio/checkov-action from 12.3099.0 to 12.3111.0 Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.3099.0 to 12.3111.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/3203f966a7ccd680cd8f6aaa3c3c5b0b3e9afa32...4a1afa9897f7afe297a3762c926e1e800361464f) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-version: 12.3111.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/sast-checkov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sast-checkov.yml b/.github/workflows/sast-checkov.yml index cd2e27d..573ba2a 100644 --- a/.github/workflows/sast-checkov.yml +++ b/.github/workflows/sast-checkov.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Run Checkov - uses: bridgecrewio/checkov-action@3203f966a7ccd680cd8f6aaa3c3c5b0b3e9afa32 # v12.3099.0 + uses: bridgecrewio/checkov-action@4a1afa9897f7afe297a3762c926e1e800361464f # v12.3111.0 with: directory: . framework: terraform