From 9fd31b73a64a169e1eb6fe9222caeae6ae5f94bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 10:07:40 +0000 Subject: [PATCH] ci(github-actions): bump bridgecrewio/checkov-action Bumps the github-actions group with 1 update: [bridgecrewio/checkov-action](https://github.com/bridgecrewio/checkov-action). Updates `bridgecrewio/checkov-action` from 12.3081.0 to 12.3082.0 - [Release notes](https://github.com/bridgecrewio/checkov-action/releases) - [Commits](https://github.com/bridgecrewio/checkov-action/compare/b3c44b4437c93549fc8cfaef9208497ba4955d39...81ec5eb0ef150170f3bda7759e3878fa1a5bd413) --- updated-dependencies: - dependency-name: bridgecrewio/checkov-action dependency-version: 12.3082.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/scans.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scans.yml b/.github/workflows/scans.yml index f09cc251..a34792b8 100644 --- a/.github/workflows/scans.yml +++ b/.github/workflows/scans.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: bridgecrewio/checkov-action@b3c44b4437c93549fc8cfaef9208497ba4955d39 # master + - uses: bridgecrewio/checkov-action@81ec5eb0ef150170f3bda7759e3878fa1a5bd413 # master with: soft_fail: ${{ github.event_name != 'pull_request' }}