From aab8af2c6a797a7fcb8d9c9e6f4c5e26c30ed246 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:22:56 +0000 Subject: [PATCH] Bump bridgecrewio/checkov-action from 12.1998.0 to 12.2932.0 Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.1998.0 to 12.2932.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/v12.1998.0...v12.2932.0) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/checkov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checkov.yml b/.github/workflows/checkov.yml index b145df0..69bed7c 100644 --- a/.github/workflows/checkov.yml +++ b/.github/workflows/checkov.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - name: Checkov GitHub Action - uses: bridgecrewio/checkov-action@v12.1998.0 + uses: bridgecrewio/checkov-action@v12.2932.0 with: directory: . quiet: true