From da371f9c8a7c9dacfea1ecfd1ad6569c7b60a775 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 21:14:46 +0000 Subject: [PATCH] Bump bridgecrewio/checkov-action from 12.2539.0 to 12.2575.0 Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2539.0 to 12.2575.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/v12.2539.0...v12.2575.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/plan.yml | 2 +- .github/workflows/receive-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 1054ab7..b0a2b54 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2539.0 + uses: bridgecrewio/checkov-action@v12.2575.0 with: framework: terraform # we are fine with Google's Keys diff --git a/.github/workflows/receive-pull-request.yml b/.github/workflows/receive-pull-request.yml index d2f783b..111795b 100644 --- a/.github/workflows/receive-pull-request.yml +++ b/.github/workflows/receive-pull-request.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2539.0 + uses: bridgecrewio/checkov-action@v12.2575.0 with: framework: terraform # we are fine with Google's Keys