From 7fd6dee0f5399015a6c50c47ac6b65baae7cd5ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:29:07 +0000 Subject: [PATCH] bump bridgecrewio/checkov-action from 12.2873.0 to 12.2920.0 Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2873.0 to 12.2920.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/v12.2873.0...v12.2920.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/apply.yml | 2 +- .github/workflows/bootstrap.yml | 2 +- .github/workflows/plan.yml | 2 +- .github/workflows/receive-pull-request.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/apply.yml b/.github/workflows/apply.yml index befd2d3..b8b1cf3 100644 --- a/.github/workflows/apply.yml +++ b/.github/workflows/apply.yml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2873.0 + uses: bridgecrewio/checkov-action@v12.2920.0 apply: runs-on: ubuntu-20.04 diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index f8f6a6c..cfd69eb 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2873.0 + uses: bridgecrewio/checkov-action@v12.2920.0 lint: runs-on: ubuntu-20.04 diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index 5e11c6b..4358efa 100644 --- a/.github/workflows/plan.yml +++ b/.github/workflows/plan.yml @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2873.0 + uses: bridgecrewio/checkov-action@v12.2920.0 lint: runs-on: ubuntu-20.04 diff --git a/.github/workflows/receive-pull-request.yml b/.github/workflows/receive-pull-request.yml index 4ec1aa3..bd491ba 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.2873.0 + uses: bridgecrewio/checkov-action@v12.2920.0 security-scan: runs-on: ubuntu-20.04