From 0f4a1a99eb3d1542b58b0fd8313ada9e1b293700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 21:16:13 +0000 Subject: [PATCH] Bump bridgecrewio/checkov-action from 12.2769.0 to 12.2782.0 Bumps [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action) from 12.2769.0 to 12.2782.0. - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/v12.2769.0...v12.2782.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 8102843..8421df6 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.2769.0 + uses: bridgecrewio/checkov-action@v12.2782.0 apply: runs-on: ubuntu-20.04 diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 4569619..fed276b 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v4 - name: Run Checkov action id: checkov - uses: bridgecrewio/checkov-action@v12.2769.0 + uses: bridgecrewio/checkov-action@v12.2782.0 lint: runs-on: ubuntu-20.04 diff --git a/.github/workflows/plan.yml b/.github/workflows/plan.yml index b7cbcc5..89eb931 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.2769.0 + uses: bridgecrewio/checkov-action@v12.2782.0 lint: runs-on: ubuntu-20.04 diff --git a/.github/workflows/receive-pull-request.yml b/.github/workflows/receive-pull-request.yml index e85915e..1e463ad 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.2769.0 + uses: bridgecrewio/checkov-action@v12.2782.0 security-scan: runs-on: ubuntu-20.04